/* -------------------------------------------------------------- 
   
print.css
* Version:   1.0 (10/26/2015)
* Website:   http://www.pasco.k12.fl.us
* Creator:   Ricardo MacaLamale

* Clearfix hack courtesy css-tricks.com, who improved on the 
original.

-------------------------------------------------------------- */

/* ==========================  On Screen Page  ======================= */

.col-sm-4 {
	float: left;
	
	border: 0px solid white;
	font-family: "Courier, serif";
	font-size: 80%;
	font-weight: normal;
}
.col-sm-n {
	float: none;
	
	border: 0px solid white;
	font-family: "Courier, serif";
	font-size: 80%;
	font-weight: normal;
}

td {
    height: 12px;
    vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 94%;
}

.page-break	{ display: block; page-break-before: always; }

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: "&nbsp;";
     clear: both;
     height: 0;
     }



/* ==========================  Print Specific  ======================= */

@media print {

.clearfix { }

#ee-pro-ee-44E4F0E59DFA295EB450397CA40D1169 {display: none}
.eeFrontEdit {display: none}

.col-sm-4 {
	float: left;
	border: 0px solid white;
	font-family: "Georgia, serif";
	font-size: 80%
	font-weight: normal;
}

.col-sm-12 {
	float: left;
	border: 1px solid black;
	font-family: "Georgia, serif";
	font-size: 80%
	font-weight: normal;

}

	.page-break	{ display: block; page-break-before: always; }

	body {
	color: #000000;
	font-family: "Georgia, serif";
	font-size: 80%
	font-weight: normal;
	margin: 0mm 0mm 0mm 0mm;
	}
}