.synergyWeatherLocation
{
    visibility: hidden;
    display: none;
}
.synergyWeatherCurrentDescription
{
    font-family: Arial;
    font-weight: bold;
    color: #666666;
    font-size: 10pt;
}
.synergyWeatherCurrentTemperature
{
    font-family: Arial;
    color: #993333;
    font-size: 28pt;
    font-weight: bold;
}
.synergyWeatherTodayHi
{
    font-family: Arial;
    font-weight: bold;
    color: #666666;
    font-size: 10pt;
}
.synergyWeatherTodayLow
{
    font-family: Arial;
    font-weight: bold;
    color: #666666;
    font-size: 10pt;
}
.synergyWeatherSeparator
{
    border-top: solid 1px #666666;
}

