.weather_widget_container{
    position: absolute;
    /* width: 100%; */
    right: 30px;
    top: 0px;
}

.squares{
    height: 88px;
    margin-left: 15px;
    margin-top: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

/* */
.squares > div{
    height: 88px;
    width: 80px;
    text-align: center;
    margin-left: 5px;
    /* efeito shadow */
    /*    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.17) 32%, rgba(255,255,255,0.26) 48%);  FF3.6+ 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(32%,rgba(255,255,255,0.17)), color-stop(48%,rgba(255,255,255,0.26)));  Chrome,Safari4+ 
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.17) 32%,rgba(255,255,255,0.26) 48%);  Chrome10+,Safari5.1+ 
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.17) 32%,rgba(255,255,255,0.26) 48%);  Opera 11.10+ 
        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.17) 32%,rgba(255,255,255,0.26) 48%);  IE10+ 
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.17) 50%,rgba(255,255,255,0.3) 100%);  W3C 
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#42ffffff',GradientType=0 );  IE6-9 */

}

.dayweek{
    color: #67737A;
    font-size: 18px;
    /*    text-shadow: horizontal-offset vertical-offset blur color;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
}

.todaytemperature{
    font-size: 22px !important;
    font-weight: bold;
}

.temperature{
    color: #67737A;
    font-size: 16px;
    /*    text-shadow: horizontal-offset vertical-offset blur color;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
    -webkit-flex-direction: row;
    flex-direction: row ;
}

.prevision{
    padding-left: 4px;
    padding-right: 4px;

}

.prevision1max, .prevision2max, .prevision3max{
    /* font-weight: bold; */

}

.weather-loading{
    position: absolute;
    top: 25px;
    right: 368px;
}