﻿#airQualityTable {
    width: 100%;
}

.air-quality-container {
    background-color: #fff;
    width: 100%;
    border-radius: 0.3571em;
    justify-content: unset !important;
}

.air-quality-container .headingInfo {
    width: 100%;
    text-align: left;
}

.air-quality-legend{
    width: 100%;
}

.air-quality-legend ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.air-quality-legend li {
    margin: 0 0 1em;
    list-style: none;
    line-height: 1;
    padding: 0.5em 0.8em;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#air-quality-legend-link {
    color: #13578b;
    text-decoration: underline;
    cursor: pointer;
}

.tab-content-air-quality {
    overflow-x: auto;
}

#airQualityTable_wrapper {
    width: 85%;
}

#airQualityTblHeading > tr {
    background: #13578b;
    color: #fff;
    font-weight: 900;
}

.air-quality-tbl-values {
    color: #000;
    font-weight: 400;
}

.rating-parameter {
    font-weight: 400;
    color: #000;
}

.rating-1 {
    border-top: 5px solid #42A93C !important;
    background-color: #CAE9C8;
}

.rating-2 {
    border-top: 5px solid #EEC900 !important;
    background-color: #FDF3BD;
}

.rating-3 {
    border-top: 5px solid #E47400 !important;
    background-color: #FDD9B3;
}

.rating-4 {
    border-top: 5px solid #590019 !important;
    background-color: #F6DCE2;
}

.rating-5 {
    border-top: 5px solid #590019 !important;
    background-color: #E0C5CC;
}
