@charset "utf-8";
/* Print Styles */
@media print {

/* start - fix modal window printing */
.hide-for-print,
div.top-nav-bg,
.reveal-modal-bg,
div.reveal-modal a.close-reveal-modal {
	display:none !important;
}
div.reveal-modal {
	border:0;
	top:150px !important;
}
.reveal-modal {
	width:88%;
	padding:0;
}
/* end - fix modal window printing */

}