@media print {
	.divTable{
		display: table;
		width: 100%;
	}
	
	.divTableCell, .divTableHead {
		min-width: 90px;
	}
	
	.yellowTableCell {
		background-color: rgba(252,193,56,0.8);
		color: rgba(0,0,0,1) !important;
		text-align: center;
	}


	.yellowTableCell {
		-webkit-print-color-adjust: exact;
	}
	
	#printme {
		display: none !important;
	}

	.tab-body {
		display: table !important;
	}
	
	.divTableCell h2 {
		font-size: 10px;
	}
	
	.yellowTableCell h1,
	.yellowTableCell h2 {
		color: #000000;
	}
	
	footer {page-break-after: always;}
	
	@page {size: landscape}};
}