/*****************************************************************
  WEATHER FEED


.weather, .weather span
{
    color: White !important;

}

.weather
{
    position: relative !important;

    float: left;
    margin-left: 35px;
    text-align: left !important;
    margin-top: 6px;
}


.weather
{
    display: inline;
}

.weather .bold
{
    font-weight: bold !important;
}

.weather .weather_text, .weather .weather_icon
{
    display: block;
    float: left;
}

.weather .weather_text
{
    line-height: 22px;
}

******************************************************************/
