table.onlyScreen {
}

table.onlyPrint {
	display: none;
}

table.onlyPrintHeader {
	display: none;
}

hr.onlyScreen {
}