.weather-block{
    background: #233656;
    border-radius: 5px;
    padding: 20px;
}
.weather-block *{
    color:#ffffff;
}
.sity{
    font-size: 16px;
}
.sity img{
    margin-right: 7px;
}
.temperature{
    padding-top: 10px;
    font-weight: bold;
    font-size: 30px;
}
.temperature span{
    font-weight: normal;
    font-size: 16px;
    display: block;
}
.temperature i,.weather-day i{
    font-weight: normal;
    color:#718BB5;
    padding: 4px;
}
.weather-block ul{
    padding: 14px 0 20px 0;
    border-bottom: 1px solid #718BB5;
}
.weather-block li{
    display: inline-block;
    margin-right: 20px;
}
.weather-block li img{
    margin-right: 5px;
}
.weather-day{
    margin-top: 20px;
}
.weather-day span{
    display: block;
    text-align: center;
}
.weather-day p{
    font-weight: bold;
    font-size: 13px;
    padding-top: 9px;
    text-align: center;
}





