.DNNWeather .DNNWeather_Title
{
    font-size: 1.2em;
    font-weight: bold;
}

.DNNWeather div
{
    padding: 2px;
}

.DNNWeather .DNNWeather_Conditions .DNNWeather_Image
{
}

.DNNWeather .DNNWeather_Conditions .DNNWeather_Text
{
    font-weight: bold;
}
.DNNWeather .DNNWeather_Conditions .DNNWeather_Temperature
{
    font-weight: bold;
}

.DNNWeather .DNNWeather_Description
{
}

.DNNWeather .DNNWeather_Forecast
{
    font-size: 0.9em;
}

.DNNWeather .DNNWeather_Today
{
    float: left;
}
.DNNWeather .DNNWeather_Tomorrow
{
    float: left;
}

.DNNWeather .DNNWeather_Clear
{
    clear: both;
}

.DNNWeather .DNNWeather_Today_Image img, .DNNWeather .DNNWeather_Tomorrow_Image img
{
    height: 35px;
}

.DNNWeather .DNNWeather_Today_MinTemp, .DNNWeather .DNNWeather_Tomorrow_MinTemp
{
    color: #1154ba;
}

.DNNWeather .DNNWeather_Today_MaxTemp, .DNNWeather .DNNWeather_Tomorrow_MaxTemp
{
    color: #de0000;
}