﻿#wqi_note td {
    width: 20%;
    height: 8px;
}

#wqi_note td {
    width: 20%;
    height: 8px;
}

.aqi {
    padding: 10px;
    display: block;
    text-align: center;
    margin: 4px 0;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 1);
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 2px !important;
}

.tenThongSo {
    color: #FFF;
    font-size: 23px;
}

.leveltext {
    font-size: 13px;
}
.level {
    width: 20%;
    height: 10px;
}
.panel {
    margin-bottom: 1px !important;
}
.angrytext {
    font-weight: bold;
    color: #4794D3;
    animation: change-color 0.5s ease 0s infinite normal;
}
.body-content {
    margin: auto 5px;
}
.highcharts-button {
    display: none;
}
@media only screen (max-width: 530px) {
    .tenThongSo {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1024px) {
    .tenThongSo {
        font-size: 36px;
    }
}
.common-font {
    font-size: 16px !important;
    font-weight: bold;
}


