html {
	overflow-x:hidden;
}

body {
	margin:0;
	padding:0;
	font-family: "Titillium Web", Helvetica, sans-serif;
	background-color:#fff;
}

#wrapper {
}

 table {
	border-collapse: collapse;
	width:100%; 
	background-color:#fff;
	font-size: 12px;
	overflow:scroll;
	margin:0;
}

tbody {
	width:100%;
}

td {
	padding: 4px;
	margin: 3px;
	border: 1px solid #ccc;
	font-size:10px;
}
thead {
	background-color: #ae1615; 
	color: #fff;
}	


td.school-name {
	width:70%;
}

td.percent-passed {
	width:15%;
}
td.rank {
	width:15%;
}

p {
	font-weight:400;
}

p.header {
	font-size:25px;
	margin-top:10px;
	margin-bottom:0;
	padding-left:5px;
}

p.explainer {
	font-size:15px;
	margin-top:0;
	margin-bottom:10px;
	padding-left:5px;
}




.dataTables_filter {
	float:right;
}


.s-name, .s-apps, .s-offers, .s-percent, .s-priority {
	width:10%;
}

.s-priority  {
	display:none;
}



td.s-percent {
	background-color:#e4cdea;
}


th a, th a:visited {
	color:#fff;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}

li:last-child {
	list-style-type: none;
}

li:first-child {
	display: none;
}