/* here you can put your own css to customize and override the theme */
@media print
{
	body {
	 font-size: 10px !important;
	}
	.table > tbody > tr > td {
	  padding:0px !important;
	  margin:0px !important;
	  font-size: 10px !important;
	}
	.table-advance thead tr th {
	  padding:0px!important;
	  margin:0px!important;
	  font-size: 12px !important;
	}
	span {
	 font-size: 12px !important;
	
	}
	div {
	 font-size: 12px !important;
	
	}
	
    .print-hidden {
        display: none !important;
    }
    .page-break {
    page-break-after: always;
    }
  
}
