@media print {
	body * {visibility: hidden;}
	#rows, #rows * {visibility: visible;}

	#rows {position: absolute; left: 0; top: 0; width: 100%;}

	.navt, .gotop, .upu, .btn, .sbar {display: none !important;}

	.lab, .con, .selcat {color: black !important;}

	@page {size: A4 portrait; margin: 14mm;}
}