h3.search-subheading
{ 
	margin:30px 0 12px;
	padding-top:35px;
	border-top: 1px solid #e5e4e3;
}

.search-class-standing-list,
.search-building-feature-list
{
	float:left;
    list-style-type:none;
	margin:0;
    width:50%;
}

.search-class-standing-list li,
.search-building-feature-list li
{
	display:inline-block;
	margin-bottom:2px;
	width:98%;
	height:45px;
}

.search-class-standing-list li.odd,
.search-building-feature-list li.odd
{
	/* margin-right:12px; */
}

.search-class-standing-list li a,
.search-building-feature-list li a
{
	display:block;
	color:#666;
    background-color:#edeceb;
	height:inherit;
	text-align:left;
	text-decoration:none;
}

.search-class-standing-list li a:hover,
.search-building-feature-list li a:hover,
.search-class-standing-list li a.active,
.search-building-feature-list li a.active
{
	color:#000;
}

.search-filter span.search-filter-icon
{
    display:inline-block; 
    height:inherit;
    width:58px;
	vertical-align:top;
	line-height:0;
}

.search-filter span.search-filter-desc
{
	display:inline-block;
    padding:13px 13px 0;
}


/* Building Rooms Table */
#content-search #search-results-table { width: 100%; margin-top: 15px; }
#content-search #search-results-table td { padding: 17px; color:#1a1a1a; background-color: #f3f3f2; line-height: 1em; border-bottom: 1px solid #c0c0bf; }
#content-search #search-results-table tr#search-results-empty td { border:0; }
#content-search #search-results-table tr#search-results-loading { display:none; }
#content-search #search-results-table tr#search-results-loading td { border:0; text-align:center; }
#content-search #search-results-table td a { color:#990000; text-decoration:none; }
#content-search #search-results-table td a:hover { color:#817e7b; }
#content-search #search-results-table tr:last-child td { border:0; }
#content-search #search-results-table tr.row-header td { color: #fff; background-color: #514f4d; font-weight: 700; text-transform: uppercase; border: 0; }