@charset "UTF-8";
/* CSS Document */


table {
    border: 1px solid #ccc;
    border-bottom-left-radius: 8px;
    padding: 4px;
    font-family: 'Pragati Narrow', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 20px;
    margin-left: -7px;
	width: 100%;
}
table.grades {
	margin-top: 15px;
}
table.data {
	margin-top: 15px;
}
table .thin {
    font-weight: 400;
}
table td {
   border: 1px solid white;
   border-collapse: collapse;
   padding: 8px 12px;
	color: #474E4C;
}
table tr.headCell {
   background-color: #7E8B7F;
    font-weight: 700;
    font-size: 19px;
    line-height: 17px;
}
table tr.headCell td {
   padding: 9px 12px 8px 12px;
	color: #FFF;
}
table td.ruleCell {
    border-top: 1px solid #ddd;
    height: 0px;
    padding: 0px;
} 
table td.spacerCell {
    height: 5px;
    padding: 0px;
}
table tr.gradeCell:nth-child(odd) {
  	background-color: #E9F0E7;
}
table br {
	display: none;
}
/*  M E D I A . Q U E R I E S  */
@media all and (max-width: 750px ){
table {
	width: 102%;	
}
table br {
	display: block;
}
}

@media all and (max-width : 600px ){
table {
    border-bottom-left-radius: 0px;
}	
}

@media all and (max-width : 450px ){

}
