.DNNWeather .DNNWeather_Title
{
    font-size: 1.5em;
    /*font-weight: bold;*/
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:100;
}

.DNNWeather div
{
    padding: 2px;
}

.DNNWeather .DNNWeather_Conditions .DNNWeather_Image
{
	float:left;
	margin:0 5px;
}

.DNNWeather .DNNWeather_Conditions .DNNWeather_Text
{
    font-weight: bold;
	text-transform:capitalize;
	margin:5px 0 0 0;
	color:#FFF;
	white-space:nowrap;
}
.DNNWeather .DNNWeather_Conditions .DNNWeather_Temperature
{
    font-weight: bold;
	font-size: 1.3em;
	color:#FFF;
}

.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;
}