@media print {
	body {
		height: auto !important;
	}

	.awa_no_print{
		display: none !important;
	}

	.awa_drawing_img {
		max-height: 15cm;
	}
}