.chart_container {
    width: 60% !important;
    margin-top: 45px;
}

table {
    font-family: "ProximaNova-Regular", sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 45px;
    text-align: center;
}

#chart {
    padding-top: 88px;
}

#chart h6 {
    font-family: "ProximaNova-Regular", sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 25px 0;
}

#chart p {
    font-family: "ProximaNova-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.45;
}

.chart_table {
    margin-left: auto;
    margin-right: auto;
}

.chart_table1 th,
.chart_table1 td {
    border: 1px solid #000;
    text-align: center;
    padding: 8px;
    font-size: 16px;
}

.chart_table th,
.chart_table td {
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    width: 16.66%;
}

.chart_table th {
    background-color: #222a35;
    color: #fff;
}

.chart_table tr:nth-child(even) {
    background-color: #e9ebf5;
}

.chart_table tr:nth-child(odd) {
    background-color: #cfd5ea;
}

.chart_table1 th {
    background-color: #ffff00;
}

.fraction {
    font-size: smaller;
}

.chart_table1 {
    margin-left: auto;
    margin-right: auto;
    width: 83%;
}

.chart_table1 tr:nth-child(even) td:first-child {
    background-color: #548235;
    color: #fff;
}

.chart_table1 tr:nth-child(odd) td:first-child {
    background-color: #385723;
    color: #fff;
    width: 24%;
}

.chart_table1 th:first-child {
    border-top: none;
    border-left: none;
    background: none;
    border-bottom: none;
}

caption {
    background-color: #000;
    color: #fff !important;
    padding: 7px 10px !important;
    font-size: 20px;
    width: 76.1%;
    margin-left: auto;
    text-align: center !important;
    caption-side: top !important;
}

::selection {
    background: #ff5a00;
    color: #fff;
}

@media (max-width: 767px) {
    .chart_container {
        width: 100% !important;
    }

    caption {
        width: 67%;
    }

    .chart_table th,
    .chart_table td {
        border: 1px solid #fff;
        text-align: center;
        padding: 5px;
        font-size: 12px;
        width: 16.66%;
    }

    .chart_table1 th,
    .chart_table1 td {
        border: 1px solid #000;
        text-align: center;
        padding: 8px;
        font-size: 16px;
        width: 33.33%;
    }

    .chart_table1 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    #chart {
        padding-top: 130px;
    }
}