﻿.yahooweather{ width: 100%; line-height: normal; }
	.yahooweather span.title{ font-size: 90%; }
	.yahooweather dl{ margin-bottom: 1em; }
		.yahooweather dl dt.day{ font-weight: bold; }
		.yahooweather dl dd{}
			.yahooweather dl dd span.datalabel{}
			.yahooweather dl dd span.data{}
			
		.yahooweather dl dd.conditionimage{}
			.yahooweather dl dd.conditionimage img{}
		.yahooweather dl dd.temperature{}
			.yahooweather dl dd.high{}
			.yahooweather dl dd.low{}  
		.yahooweather dl dd.wind{}
		.yahooweather dl dd.conditionname{}
	
	.yahooweather dl#current{}
	.yahooweather dl#today{} 
	.yahooweather dl#nextday{}

	.yahooweather .attribution{ font-size: 90%; }
