@media print {

*, *:before, *:after { 
		margin:0;padding:0;
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
#page {width: auto; margin: 0; padding: 0;}
.noPrint{display: none; }
.yesPrint{ display: block !important;}
.yesPrint table {width: auto; border-collapse: collapse; border: 1px solid black;}
.yesPrint th {font-size: 16px; text-align: center;border: 1px solid black; background-color: #000;}
.yesPrint td {font-size: 14px; padding: 3px; text-align: center;border: 1px solid black; background-color: #000;}
.yesPrint caption {font-size: 16px; font-weight: bold; margin: 6px;}
.logo {margin: 0 auto; width: auto;
		/*text-align: center;color: black;*/
	}
.logo img { min-width: 100%;}
}
