﻿
		.hitSummary{}
		.searchSectionHeader{
     
    color: #7e0c6e;
    line-height: 28px;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom:10px;
}
table[id*='filterTable'] tbody td a{
	font-weight:bold !important;
}
table[id*='filterTable'] tbody td.empty{
	font-weight:normal !important;
	text-align:center !important;
}
/*
td.dataTables_empty {
	text-align:center !important;
	font-weight:normal !important;
}*/

table[id*='filterTable'] thead tr th:nth-child(1){text-align:left;}
table[id*='filterTable'] thead tr th:nth-child(2){text-align:left;}
table[id*='filterTable'] thead tr th:last-child{text-align:right;}
table[id*='filterTable'] tbody tr td:last-child{
text-align:right;
font-size: 16px;
font-weight: bold;
}
table[id*='filterTable'] tbody td{
vertical-align:top;
}
table[id*='filterTable'] thead th{
	font-weight:bold;
	white-space:nowrap;
	text-decoration:underline;
}
 
#filterTable_s11App tbody tr td:nth-child(3){
	text-align: center;
}

#filterTable_s12App tbody td:nth-child(1) a{
	font-weight:bold;
}

#filterTable_s12App thead th:nth-child(3){
	text-align:right;
}

#filterTable_s12App tbody td:nth-child(3){
	text-align:right;
}
#filterTable_s12App tbody td:nth-child(3) a{
	font-weight:bold;
}


.resultTitle{
font-weight:bold !important;
padding-bottom:5px !important;
}

:nth-child(n+1).searchSectionHeader {
    margin-top: 30px;
    border: 1px solid #e6e8ea;
    padding: 5px;
    background-color: #fafafa;
}

table[id*='filterTable'] tbody tr:nth-child(even) {background: #f0f0f0}
table[id*='filterTable'] tbody tr:nth-child(odd) {background: #FFF}


