.dosing50plusHeading{
    font-size: 70px !important;
    line-height: 84px !important;
    font-weight: 300 !important;
    @media (max-width: 768px) {
        font-size: 44px !important;
        line-height: 53px !important;
    }
}
.dosing-data-table-50plus {
    width: 828px;
    margin: 0 auto;
    @media (max-width: 700px) {
        width: 100%;
    }
    h2{
        padding: 32px 0 4px 0;
    }
    .dosing-table{
        border-collapse: collapse;
        border: 1px solid #9E0B0F;
        margin: 8px 0 16px 0;
    }
    th {
        background-color: #9E0B0F;
        border: 1px solid #9E0B0F;
        padding: 10px 16px;
        font-weight: 700;
        text-transform: uppercase;

        @media (max-width: 700px) {
            padding: 5px;
            font-weight: 400;
            vertical-align: text-top;
        }
        h5{
            color: white;
        }
    }
    th:nth-of-type(1){
        width: 28%;
        border-right: 1px solid white;
        @media (max-width: 700px) {
            width: 34%;
        }
    }
    th:nth-of-type(2) {
        width: 30%;
        border-right: 1px solid white;
        @media (max-width: 700px) {
            width: 27%;
        }
    }
    th:last-of-type {
        width: 41%;
        @media (max-width: 700px) {
            width: 38%;
        }
    }

    td {
        font-size: 16px;
        line-height: 24px;
        border: 1px solid #9E0B0F;
        padding: 10px 16px;

        @media (max-width: 700px) {
            padding: 5px;
        }
        sup{
            font-family: Arial;
        }
    }
    td:nth-of-type(1){
        color: #9E0B0F;
    }
}