@media print{@page {size: landscape}}


body {
	font-family: Arial, sans-serif;
	/*background: none;*/
	color: black;
	margin:0;
}

#page-container {
		min-height:0vh!important;
	height:99%!important;
	
}
#page-container, .clearance, .cleared, .container {
	width: 100%;
	margin: 0 auto; padding: 0;
	background: none;

}

.main-template {
	max-width:100%!important;
	min-width:100%!important;
}

.barcode {
	height:auto!important;
}

.push {
	
	display:none!important;
}
.navbar-nav, footer {
	display: none!important;
}

hr {
	display:none;
}

#content-wrap {
	padding:0!important;
}

.hidden-print {
	display:none!important;
}
