@media print {
	.noprint { display:none !important; }
}

@media screen {
	.noscreen { display:none !important; }
}
