/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : September 7, 2016, 5:32:57 PM
    Author     : Kalvis Kazoks
*/

.weather .weather-item {
    display: inline-block;
    margin: 0 10px 5px;
}
.weather .weather-item div {
    display: inline;
}
.weather .weather-item div.icon{
    margin: 0 5px;
}
.weather .weather-item div.icon img{
    vertical-align: middle;
}
.weather .weather-item div.place, .weather .weather-item div.temp{
    /*color:#969696;*/
}
.weather .weather-item div.place:after {
    /*content: '|';
    color:#969696;*/
}