.hideForPrint {
	display: none;
}
.showForPrint {
	display: table-cell;
}
.mainTable {
	width: 600px;
}
.headerHeight {
	height: 0px;
}