#weather, #weatherdetail {
    font-family: tahoma, verdana, sans-serif;
}
#weather {
    font-size: 9pt;
    border-collapse: separate;
    border-spacing: 7px;
    margin-top: 2em;
    width: 100%;
}
#weather td {
    border: 2px solid #B7DDDE;
    padding: 2em;
    background-color: #EFFEFF;
    background-color: #D9EDEE;
}
#weatherdetail {
    border-collapse: collapse;
}
#weatherdetail td {
    border: 0;
}
#weatherdetail {
    font-size: 8pt;
}
#weatherdetail td {
    padding: 2px 5px;
}
#weather b {
    color: #0C5B5C;

}
h3 {
    font-size: 10pt;
    padding: 0.5em 0 0.5em 0;
    margin: 0;
}
h4 {
    font-size: 10pt;
    color: #0C5B5C;
}