table td {
	display: none;
}

table .print_helper1 {
	display: block;
}

table .print_helper1 td {
	display: none;
}

table .print_helper1 .print_helper2  {
	display: block;
}


table .print_helper1 .print_helper2 * {
	display: block;
}