.ta-b {
    /* border: 1px solid black; */
    border-collapse: collapse;
    padding: 5px;
    text-align: left;
  }
  .t1 {
    padding: 5px;
    text-align: left;    
  }

  .no-bt-bb{
    border-top: none;
    border-bottom: none;
  }

  @media print {
    .noprint {
       visibility: hidden;
      }

       #section-to-print, #section-to-print * {
        visibility: visible;
      }
      #section-to-print {
        position: absolute;
        top: 40px; left: 30px;
      }
      table { page-break-inside:auto }
      tr    { page-break-inside:avoid; page-break-after:auto; }
      thead { display:table-header-group }
      tfoot { display:table-footer-group }
 }