html {
    display: none;
}

@media print {
	html {
		display: block !important;
	}
}