﻿div.yahoo-weather {
    margin-top: 5px;
}

ul.weather {
    padding: 10px 0;
}

div.yahoo-weather .condition {
    text-align: center;
}

ul.weather li {
    list-style: none;
    display: block;
    line-height: 17px;
}

    ul.weather li span {
        width: 58px;
        display: inline-block;
        margin: 2px 0;
    }

    ul.weather li i {
        display: inline-block;
        width: 12px;
        height: 8px;
        background: transparent none no-repeat 50%;
        margin-right: 5px;
    }

        ul.weather li i.up {
            background-image: url(/DesktopModules/BTBYahooWeather/images/up.png);
        }

        ul.weather li i.down {
            background-image: url(/DesktopModules/BTBYahooWeather/images/down.png);
        }
