
/* METEO SANTA SUSANNA v0.97 */

.widget-seven-day-wind,
.widget-seven-day-rain{
    margin-top:16px;
}

.widget-seven-day-wind td,
.widget-seven-day-wind th{
    white-space:nowrap;
}

.widget-seven-day-wind .mb-wind-max{
    color:#df7b12;
    font-weight:700;
}

.widget-seven-day-wind .mb-wind-avg{
    color:#4b5d70;
    font-weight:600;
}

.widget-seven-day-rain td:last-child,
.widget-seven-day-rain th:last-child{
    text-align:right;
}

.widget-seven-day-rain .mb-rain-positive{
    color:#126dcc;
    font-weight:800;
}

.widget-seven-day-rain .mb-rain-zero{
    color:#17212b;
    font-weight:500;
}

@media (max-width:520px){
    .widget-seven-day-wind .widget-history-table{
        font-size:.72rem;
    }

    .widget-seven-day-wind td,
    .widget-seven-day-wind th{
        padding-left:2px;
        padding-right:2px;
    }
}
