.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: #0c426a;
    background: #f6f3ef;
    border: 1px solid #ccc;
      padding: 12px;
      text-align: left;
    }

    th {
      color: #fff;
    background: #1f5bae;
    border-left: 1px solid #40769d;
    border-right: 1px solid #40769d;
    }
    @media screen and (max-width:600px){
      th{
        font-size:16px
      }
      td{
        font-size:16px;
      }
    }