
@media print {
	html, body{
		height: 297mm;
		width: 210mm;
		padding: 1em;
	}
	
.noprint {display: none !important;}

}
