/* NEW PRINT PREVIEW */

body * {
	display: none !important;
}

iframe#print_preview {
	display: block !important;
	/* background: red; */
	width: 100vw;
	height: 100vh;
}
iframe#print_preview * {
	display: block !important;
}
