.mod-weather-now .weather-icon{
    display:table-cell;
    width:50%;
    /*vertical-align: top;*/
}
.mod-weather-forecast.block div{
	display:table-row;
	display: flex;
	justify-content: space-between;
}
.mod-weather span {text-align:center !important;}
.mod-weather-now, 
.mod-weather-forecast {
    padding: 10px 0 0 0;
    margin-bottom:20px;
    border-bottom: 1px solid rgba(0,0,0,0.11);
    margin-top: 15px; 
}

.mod-weather-now {
    padding: 10px 0 20px 0; margin-bottom:0; 
} 
.mod-weather-forecast.block div >* {
    vertical-align: middle;
}
