img, .noprint {
display: none
}

@media print {
	.element { height:auto !important; }
}