/*
Content-Type: text/css
*/

.weather {
    font-family: arial, sans-serif;
    font-size:10px;
    padding:5px;
    padding-left:20px;
}

.weather .unavailable {
    color:#888;
}

.weather .city {
    display:none;
}

.weather .current {
    display:none;
}

.weather .forecast {
    float:left;
    width:48px;
}

.weather .forecast img {
    float:left;
    width:20px;
    padding-top:2px;
}

.weather .forecast .day {
    font-size:10px;
    padding-left:0px;
    float:left;
    width: 25px;
    text-align:center;
}

.weather .forecast .high {
    font-size:8px;
    font-weight:bold;
    float:left;
    padding-left:3px;
    padding-right:2px;
    border-right: 1px solid black;
    border-color:#888;
}

.weather .forecast .low {
    font-size:8px;
    float:left;
    padding-left:1px;
}

.weather .forecast .condition {
    display:none;
}

