#weatherWidget {
color: #555;
font-weight: bold;
}

#weatherWidget a {
color: #A60000;
text-decoration: underline;
}

#weatherWidget a:hover {
color: #DF6E00;
text-decoration: underline;
}


div#weather_location {
float: right;
width: 230px;
display: none;
}


div#weather_loader {
float: right;
width: 100px;
display: none; 
color: white;
font-weight: bold;
}

span#weather_details {
padding: 0.2em;
}