.weather-block {
    padding: 0;
    padding-bottom: 10px;
    overflow: auto;
    display: table;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.weathers
{
    display: table-row;
}
.wtr {
    display: table-cell;
    text-align: center;
    font-size: 80%;
}
.wtr-max {
    color: #ff3333;
}
.wtr-min {
    color: #3333ff;
}

