@media print {
   html,
   body,
   .wrapper {
     width: 100%;
     height: auto;
     page-break-before: avoid;
     /*  zoom: 100%; */
     margin-top: 9px !important;
     -webkit-print-color-adjust: exact;
     padding: 0 !important;
 
   }
  @page {
   margin-top: 0;
   margin-bottom: 0;
   text-align: left;
   size: A4;
   padding: 0mm 0mm !important;
   margin: 0mm 6mm 0mm 5mm!important;
 }
 #thetable th {
   -webkit-print-color-adjust: exact !important;
   vertical-align: middle;
   padding: 5px 4px !important;

 }

 #thetable tr,.thetable td {
   border: 1px solid  !important;
   font-size: 12px;
   padding: 3px 4px !important;
 }
 table.table#thetable  {
   margin: 0% !important;
   margin-top: 30px !important;
   margin-bottom: 30px !important;
   width: 100% !important;
   
 }
}