

.table{
    text-align: left;   
 }

 .table td{
    vertical-align: middle;
 }

 .table td a{
    font-weight: bold;
    font-size: medium;
    font-family: 'Archivo Narrow';
 }
  

 td{
    font-family: 'Archivo Narrow';
    font-size: medium;
    font-weight: 100;
}
  
  /* Small devices (landscape phones, 544px and up) */
  @media (min-width: 544px) {

    .table td{
        font-size: medium;
        font-weight: 100;
    }

    .table td a {
        font-size: medium;
        font-weight: bold;
    }
  }
  
  /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  @media (min-width: 768px) {

    .table td{
        font-size: medium;
        font-weight: bold;
    }

    .table td a {
        font-size: medium;
        font-weight: bold;
    }
  }
  
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) {

    .table td{
        font-size: large;
    font-weight: 400;
    }

    .table td a{
        font-size: large;
        font-weight: bold;
    }
  }
  
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {

    .table td{
        font-size: large;
    font-weight: 400;
    }

    .table td a {
        
        font-size: large;
        font-weight: bold;
    }
  }





.text-strong{
    color: rgb(202, 168, 72);
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}

.thead-yellow{
    background-color: #FFCC00;
}


.text-premium{
    color: rgb(163, 163, 163);
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}

.thead-gray{
    background-color: rgb(163, 163, 163);
}
.thead-dark{
    
    background-color: #e02222;
}

