.weather
{
    float: left;
    width: 100%;
    padding: 5px;
    padding-top: 0;
    margin-top: 0;
}
.weather a:hover
{
    text-decoration: none;
}
.weather-location
{
    padding-top: 0;
    font-size: 12px;
    color: #ccc;
    margin-bottom: 10px;
    margin-top: -10px;
}
.weather-location hr
{
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}
.weather-icon
{
    float: left;
    font-family: 'weather';
    line-height: 56px;
    font-size: 50px;
    color: #1982D3;
    margin-right: 15px;
    margin-bottom: 10px;
}
.weather-text
{
    width: 85px;
    float: left;
    font-size: 12px;
    color: #ccc;
    line-height: 14px;
}
.weather-temp
{
    float: left;
    color: #3F484F;
    font-size: 30px;
    line-height: 40px;
}