.weatherFeed {
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 90%;
    margin: 10px 0;
    width: 299px;
}
.weatherFeed a {
    color: #888888;
}
.weatherFeed a:hover {
    color: #000000;
    text-decoration: none;
}
.weatherItem {
    color: black;
    padding: 20px;
    text-align: right;
}
.weatherCity {
    text-transform: uppercase;
}
.weatherTemp {
    font-size: 2.8em;
    font-weight: bold;
}
.weatherDesc, .weatherCity {
    font-weight: bold;
}
.weatherDesc {
    margin-bottom: 0.4em;
}
.weatherRange, .weatherWind {
    font-size: 0.9em;
}
.weatherLink {
    font-size: 0.8em;
    text-align: left;
}
.weatherFeed .odd {
    /*background-color: #BACF50;*/
    background-color: #FFF;
}
.weatherFeed .even {
    background-color: #FFF;
}
