.printhidden {
	display: none;
}

body{
	font-size: 0.8em;
}

h1,h2,h3,h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
}

table.printtable {
	border: 2px double #000;
	width: auto;
}

table.printtable th,
table.printtable td {
	border: 2px solid #000;
	padding: 0;
	background: none !important;
	padding: 2px;
}

.container{
	width: 100% !important;
	max-width: 100% !important;
}