@media print {

	.table>tbody>tr>td, .table>thead>tr>td  
	{font-size: 10px !important;}
	
	.table>tbody>tr>th, .table>thead>tr>th
	 {font-size: 12px !important;}

	td {font-size: 10px !important;}
	th {font-size: 12px !important;}

	.header {
		display: none !important;
		height: 1px !important;}
	
	.hidden-print {display: none !important;}

}

