.weather-widget {
    font-size: 15px;;
    border-collapse: collapse;
    text-align: center;
}

.day-weather__text {
    font-weight: bold;
    display: block;
    clear: both;
    padding-bottom: 2px;
    color: #3f3f3f;
}

.temperatures__high-temperature {
    padding-right: 5px;
    color: #d40000;
    border-right: 1px solid #3f3f3f;
}

.temperatures__low-temperature {
    padding-left: 5px;
    color: #0005d4;
}

.weather-error {
    display: block;
    width: 200px;
    height: 90px;
    text-align: center;
    border: 1px solid #f00;
}

.weather-error__text {
    position:relative;
    font-size: small;
    display: inline-block;
    padding: 10% 0;
    color: #f00;
}