body [noprint] {
	display:none;
}

body [printfloat] {
	position: absolute;
	margin-top: -150;
	margin-left: -220;
	width: 100% !important;
}

body [printreport] {
	position: absolute;
	margin-top: 0;
	margin-left: -50;
	width: 100% !important;
}

.noprint {
	display: none;
}

.printreport {
	position: absolute;
	margin-top: 0;
	margin-left: -50;
	width: 100% !important;
}