.weather-box {
    font-size: 17px;
}

.weather-box div {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    border-right: dotted 1px #ccc;
    text-align: center;
}

.weather-box div:last-child {
    border-right: none;
}

.weatherunit {
    font-size: 10px;
}