


.no-print{
	display: none;
}

.print-only{
	display: block;
}

.main-container {
	margin-top: 0px;
	color: #333;
}
@page {
margin: 0.5cm;
}
@page {size: landscape}
*{
	margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; 
	-webkit-print-color-adjust: exact;
   print-color-adjust: exact;
   page-break-before: avoid;
}
body {
font: 12px;
line-height: 1.3;
color: #333;
}
a{ color: #333;}

h2 {
margin-top: 15px;
margin-bottom: 15px;
}

aside h2 {
font-size: 8pt;
}
p {
	font-size: 11px;
}
blockquote, ul {
margin: 0;
}
ul {list-style: none}
footer {
	display: none;
}
table {
	border: solid 1px #aaa;
}

table td {
	border: solid 1px #aaa;
	font-size: 14px;
	padding: 6px;
	color: #333;
}

.table-striped th, .table-striped td {
	border: solid 1px #aaa;
	padding: 6px;
	vertical-align: top;
}
table th,
.table-striped th {
	font-size: 14px;
	color: #333;
	border: solid 1px #eee;
	border-bottom: solid 2px #eee;
}
table th.no-border,
.table-striped th.no-border {
	border-bottom: none;
}
.table-striped thead th {
	color: #333;
}