/* $Id: print-fixes.css 20288 2015-09-10 20:05:23Z chrisl $ */

/* BEGIN PAGE MODIFIERS */
@media print {
	/* change padding to XS size */
	HEADER,
	.main,
	#footer_divider,
	FOOTER,
	#copyright {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	/* force the border smaller to match Chrome */
	HEADER {
		border-bottom: 1px solid #666;
	}
	
	/* hide this on the job details */
	#breadcrumbs {
		display: none;
	}
	
	/* force some font changes mostly for Chrome */
	.main {
		font-family: Arial, Helvetica, sans-serif !important;
	}
	.main H1 {
		font-size: 20px;
	}
	
	/* fix Chrome's XS display issues on the job table */
	.main .record-display .col-sm-3 {
		float: left;
		width: 25%;
	}
	.main .record-display .col-sm-9 {
		float: left;
		width: 75%;
	}
}
/* END PAGE MODIFIERS */

