.caps{
    text-transform:uppercase;
}
.h1style{
    display:none;
}
        .table-container {
      overflow-x: auto;
      max-width: 100%;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      min-width: 300px;
    }

    caption {
      caption-side: top;
      text-align: left;
      font-weight: bold;
      padding: 0.5rem 0;
    }

    th, td {
        
  color: #353535;
  background: #fff;
  border: 1px solid #c7c7c7;
      padding: 12px;
      text-align: left;
    }

    th {
      color: #284734;
  background: #D6CFA5;
  border-left: 1px solid #284734;
  border-right: 1px solid #284734;
    }
    @media screen and (max-width:600px){
      th{
        font-size:16px
      }
      td{
        font-size:16px;
      }
    }