<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tileWeather .weatherwrapper{
	position: relative;
}
.tileWeather .weatherwrapper&gt;.img{
	float:left; margin-left:10px
}
.tileWeather .weatherwrapper&gt;.weathercontent{
	position: absolute; top: 0; left: 170px;
	padding-right:5px;
}
.tileWeather .weathercontent&gt;.temp{
	font-size:36px;
	font-weight:lighter;
}
.tileWeather .location{
	position:relative;
	display:block;
	margin-top:5px;
	margin-botttom:5px;
	text-align:right;
	font-size:14px;
	text-decoration:none;
}
.tileWeather .weathercontent&gt;.wind{
	position:relative;
	margin-top:10px;
	font-size:11px;
	font-weight:lighter;
	margin-left:10px;
}
.tileWeather .weathercontent&gt;.humid{
	position:relative;
	font-size:11px;
	font-weight:lighter;
	margin-left:10px;
}
.tileWeather .forecast{
	font-size:18px; position:absolute; top: 113px; left: 7px;
	font-weight:lighter;
}
.tileWeather .for_temp{
	margin-top:15px;
	text-align:right;
	font-size:11px;
}
.tileWeather .for_title{
	font-size:30px;
	font-weight:lighter;
	margin-top:10px;
	margin-bottom:1px;
}</pre></body></html>