<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#airQualityTable{
    width:95%;
}

.air-quality-container {
    background-color: #fff;
    width: 100%;
    border-radius: 0.3571em;
    justify-content:unset !important;
}

#airQualityTable_wrapper{
    width:85%;
}

#airQualityTblHeading &gt; tr{
    background: #13578b;
    color: #fff;
    font-weight: 900;
}

.air-quality-tbl-values {
    color: #13578b;
    font-weight:700;
    text-decoration:underline;
}

.bold-font{
    font-weight:800;
}
.rating-1 {
    border-top: 5px solid #4ab6ec !important;
    background-color: #bfe4f6;
}
.rating-2 {
    border-top: 5px solid #9c6 !important;
    background-color: #d9eac8;
}
.rating-3 {
    border-top: 5px solid #eac92f !important;
    background-color: #f6ecbc;
}
.rating-4 {
    border-top: 5px solid #e48d1c !important;
    background-color: #f5ddbd;
}
.rating-5 {
    border-top: 5px solid #940c34 !important;
    background-color: #f8dae3;
}</pre></body></html>