@charset "utf-8";
/* CSS Document */
@media print {
.table-container{
	font-family:"Open Sans", san serif;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
}
.school_logo{
	height:2rem;
	width:2rem;	
}
.result_table td{
	padding:1px;	
}
.table_border{
	border:1px solid #ccc;	
}
.bod{
	padding:0 !important;
	border-bottom: 1px solid #ccc;
	text-transform:uppercase;
}
.bod1{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;	
}
.bod2{
	border-left:1px solid #ccc;
	padding:0 !important;
	font-size:10px;	
}
.brod td{
	border:1px solid #ccc;	
	text-transform:uppercase;
	font-size:9px !important;
}
.brod1 td{
	border:1px solid #ccc;	
	text-transform:uppercase;
	font-size:8px !important;
}
td{
	padding:0.5px !important;	
}
.comment{
	font-weight:bold;
	text-transform:uppercase;	
}
.schname{
	font-family:'Average Sans';
	font-size:17px !important;
}
.stname{
	font-weight:bold;
	font-size:15px !important;
	margin-top:0.3rem;
	margin-bottom:0.3rem;
}
.stimage{
	float:left;	
	width:130px;
	margin-right:8px;
}
.bod h6{
	font-size:12px !important;
}
.height{
	min-height:150px !important;	
}
}