<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.weathericon {
	background: #fff;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.4);
	border-radius: 4px;
	padding: 2px 2px 8px;
	color: #0060C6;
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
}
.weathericon.simple {
	padding: 2px;
}
</pre></body></html>