div.weather_directive {
    text-align: center;
}

span.weather-big-font-icon {
    font-size: 100pt;
    line-height: 0;
    display: block;
}

span.weather-small-font-icon {
    font-size: 50pt;
    line-height: 0;
    display: block;
}

.weather-tomorrow-forecast, .weather-after-tomorrow-forecast {
    display: inline-block;
    margin-top: 10px;
}

.weather-tomorrow-forecast {
    margin-right: 30px;
}

.weather-temp-min {
    color: blue;
    margin-right: 5px;
}

.weather-temp-max {
    color: red;
}