.no_print {
	display: none;
}

table.print_borders, table.fancy {
	border: #000 1px solid;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

table.print_borders th, table.print_borders td, table.fancy th, table.fancy td {
	border: #000 1px solid;
}