table {
    table-layout: fixed;
}

table thead tr {
    background: #fff;
    border-bottom: 2px solid #8f9496;
}

table thead tr td,
table tr th {
    font-family: "Montserrat", sans-serif !important;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: -0.4px;
    text-align: left;
    color: #00162e;
    padding: 21px 16px;
    background: #fff;
    border: 0;
}

tbody tr {

}

tbody tr:nth-child(even) {
  background-color: #f7f8f9;
}

tbody tr:nth-child(odd) {
  background-color: #fff;
}

table tbody tr td {
    font-family: "Roboto Flex", sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.32px;
    text-align: left;
    color: #292d2e;
    padding: 21px 16px;
    border: 0;
}

table tbody tr td,
table tbody tr td p {
    font-family: "Roboto Flex", sans-serif !important;
    font-size: 16px !important;
    color: #292d2e !important;
}

table tbody tr:last-child {
    border-bottom: 2px solid #cdd3d5;
}

/* ==========================================================================
   Small Devices (Landscape Phones, < 768px)
   @media (max-width: 767.98px)
   ========================================================================== */

@media (max-width: 767.98px) {
    table thead tr td,
    table tr th {
        font-size: 15px;
    }

    table tbody tr td,
    table tbody tr td p {
        font-size: 14px !important;
    }
}