/* BOILERPLATE */

@media print {

  @page {
		margin: 0.75in 0.5in 0.5in;
    orphans: 4;
    widows: 3; 
	}
	
	
}

html {
	background-color: transparent;
}

body {
 /*  -webkit-print-color-adjust:exact !important; */
 font-family: "mont";
 font-size: 11px;
 color: black;
}


/* UTILITIES */

.noprint{
	display: none;
	}

.print {
	display: initial;
	width: 100%;
	font-size: 10px;
}

