.weatherPanel, .weatherTitle, .weatherDescr {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
}

.weatherPanel {
   padding:12px 0px 0px 12px;
}

.weatherTitle, .weatherDescr {
   font-weight: bold;
   font-size: 11px;
}

.weatherDescr {
   margin-bottom:12px;
}

.weatherTemp {
   vertical-align:middle;
   font-size:24px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.weatherDetail, .weatherDetailTitle {
   font-size:10px; 
}

.weatherDetailTitle {
   font-weight: bold;
   padding-right:6px;
}

