.schools input { display: inline;}
.schools label { display: inline;padding-left: 5px;font-weight: normal;}
.schools .list_header label { font-weight: bold;}
.schools .list_header input { display: none;}
.schoolListHeader {
    font-weight: bold;
    background: white;
    padding-left: 20px;
    line-height: 200%;
}
#grgOrgTable .grgOrgTable--container {
	border: 1px solid #cdcdcd;
	height: 200px;
	margin-top: 15px;
	overflow: auto;
}
#grgOrgTable .table { 
	background: white;
}   

.dashboard-header table {width: 100%;}
#btnExportMy, #btnExportAll {text-align:right;}
.dashboard-header table select{padding:5px 8px}
#grdLeaderBoard > header.dashboard-header {height:62px;}

.recCount {padding-top: 3px;}

table.dashPromoTable {
    width: 115%;
    margin-left: -19px;
    max-width: 115%;
}

.dashPromoTable tbody { border: 1px solid #e6e6e6;}
table.dashPromoTable tr {width:100%; border:none;padding-top:3px;}
table.dashPromoTable td {padding-left: 20px; }
.dashPromoTable tr:nth-of-type(even) { background: #ffffff;}
.dashPromoTable tr:nth-of-type(odd) { background: inherit;}

table.dashPromoTable th {
    padding: 6px 17px;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    background: linear-gradient(to bottom, #f6f6f6 0%, #e2e2e2 100%);
}
.dashPromoTable th:first-of-type {
    border-right: 1px solid #999;
}
