html, body {
    background: #f2f2f2;
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #000;
	margin: 0px;
	padding: 0px;
}

@paga {background: #fff; size: 210mm 297mm;}
@page: left {@bottum-left {content: "Pagina " counter(page) " van " counter(pages);}}

header, .header, .progressbar, .search_form, .material-icons, .button {display: none !important;}
main {
	background: #fff;
	margin: 0 auto;
	max-width: 210mm;
	box-shadow: none;
	min-height: none;
	margin: none;
}
	table {
		border: 0px;
		border-radius: 0px;
	}
			
	h1, h2 {color: #333; font-size: 18px;}			
	select {
		background-color: #fff !important;
		margin: 0px !important;
		padding: 5px !important;
	}
	
	fieldset {
		box-shadow: none;
		background: #fff;
	}

@media print {
	.noprint {display: none !important;}
}