#WattsonWeather .currentObs {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #d10056;
}

#WattsonWeather .MaxDegC, .MaxDegF {
	font-weight: bold;
	font-size: 1.1em;
}

#WattsonWeather .WeatherObsDegC, #WattsonWeather .WeatherObsDegF {
	font-size: 2.2em;
}

#WattsonWeather .weatherToggle {
	color: #bbb;
}

#WattsonWeather .weatherToggle.active{
	color: #000;
}

#WattsonWeather .ObsTemp {
	margin-top: 10px;
	white-space: nowrap;
	display: block-inline;
}

#WattsonWeather .WeatherImg {
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#WattsonWeather footer {
	margin-top:18px;
}