.weather_day {
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 15px;
}

.weather_current_day .weather_date {
    font-size: 35px;
    color: #0087cc;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
}

.weather_current_day .comment {
    font-size: 25px;
    margin-top: 20px;
}

.weather_current_day .temp {
    font-size: 30px;
}

.weather_current_day .wind {
    font-size: 20px;
}

.weather_current_day .temp strong {
    color: #0087cc;
}

.weather_day .comment {
    color: #0087cc;
}

.weather_day .weather_date {
    font-size: 25px;
}