/* Workaround for firefox bug which causes print to hang if css has td.notes {display: table-cell} with lots of rows */

th.notes {
	display: none;	
}

td.notes {
	display: none;	
}