@media print {
	.dontprint {
		display: none;
	}
	.print {
		color: #000;
		display: block;
	}
	#tab_0_content,
	#tab_1_content,
	#tab_2_content,
	#tab_3_content,
	#tab_4_content,
	#tab_5_content,
	#tab_6_content,
	#tab_7_content,
	#tab_8_content,
	#tab_9_content {
		display: table-row-group;
	}
	thead th {
		font-size: bigger;
		font-weight: bold;
	}
	tbody th {
		font-weight: bold;
		text-align: left;
	}
}