.search-results-table {margin-top: 20px; width: 100%;}
.search-results-table td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid black;
}
.search-results-table th {
	font-weight: bold; 
	text-align: center; 
	background: #F5C916; 
	font-size: 12pt; 
	padding: 3px 5px;
	border: 1px solid black;
	height: 23px;
}
.search-results-table td.description {
	padding-left: 5px;
	font-size: 1.20em;
	width: 220px;
}
.search-results-table td.extra {
	vertical-align: top;
}
.search-results-table img {border: 3px outset black;}