<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#weather-busy {
	width: 730px;
}
#weather-busy .fcontent {
	height: 402px;
}

.wdata-compact {
	margin: 10px 0;
}
.wdata-compact table {
	width: 100%;
	color: #069;
}
.wdata-compact th,
.wdata-compact td {
	border-top: 1px solid #B1D0E6;
	border-bottom: 1px solid #B1D0E6;
}
.wdata-compact .df {
	border-left: 1px solid #FFF;
}
.wdata-compact thead th {
	height: 25px;
	background: #ededed;
}
.wdata-compact thead th.weekend {
	color: #C00;
}
.wdata-compact thead th.current {
	font-weight: normal;
}
.wdata-compact thead .wtlogo {
	background: url(wtlogo.png) no-repeat 50% 50% #e4f2ff;
}
.wdata-compact thead td {
	height: 25px;
	text-transform: uppercase;
	text-align: center;
}
#weather-busy thead td {
	background: #FFF0E6;
	height: 46px;
}
#weather-busy thead td.weekend {
	background: #EDEDED;
	color: #C00;
}
#weather-busy thead strong {
	display: block;
	font-size: 20px;
}
.wdata-compact tbody th {
	padding: 0 8px;
	background: #e7e7e7;
	color: #666;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}
.wdata-compact tbody td {
	padding: 8px 0 7px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#weather-busy tbody td {
	padding: 4px 0;
}
.wdata-compact .persp td,
.wdata-compact .cloudness td {
	height: auto;
	padding: 3px 2px;
	line-height: 0;
}

.wdata-compact .t1 {
	background-color: #E4FDE0;
}
.wdata-compact .t5 {
	background-color: #EEFED7;
}
.wdata-compact .t10 {
	background-color: #F5FED3;
}
.wdata-compact .t15 {
	background-color: #FAF8C8;
}
.wdata-compact .t20 {
	background-color: #FCEFC3;
}
.wdata-compact .t25 {
	background-color: #FCE6BF;
}
.wdata-compact .t30 {
	background-color: #FDDABE;
}
.wdata-compact .t35 {
	background-color: #FCCDB9;
}
.wdata-compact .t40, 
.wdata-compact .t45 {
	background-color: #FDC3B8;
}
.wdata-compact .t-1 {
	background-color: #DCEFFD;
}
.wdata-compact .t-5 {
	background-color: #ABD9FA;
}
.wdata-compact .t-10 {
	background-color: #9DD5FA;
}
.wdata-compact .t-15 {
	background-color: #88CCF9;
}
.wdata-compact .t-20 {
	background-color: #73C5F7;
}
.wdata-compact .t-25 {
	background-color: #7ABBE5;
}
.wdata-compact .t-30 {
	background-color: #72B5DF;
}
.wdata-compact .t-35 {
	background-color: #74ACD1;
}
.wdata-compact .t-45 {
	background-color: #7398B2;
}

.wicon {
	background: url(weather.png) no-repeat;
}
dl.wind {
	display: inline;
	position: relative;
	padding-left: 20px;
}
dl.wind dt {
	position: absolute;
	left: 0; top: -4px;
	width: 17px;
	padding-top: 18px;
	font-size: 9px;
	font-weight: normal;
	line-height: 11px;
	text-align: center;
}
dl.wind dd {
	display: inline;
}
dl.wind .wind0 {
	background-position:100% -120px;
}
dl.wind .wind1 {
	background-position:100% -160px;
}
dl.wind .wind5 {
	background-position:100% -200px;
}
dl.wind .wind3 {
	background-position:100% -240px;
}
dl.wind .wind7 {
	background-position:100% -280px;
}
dl.wind .wind2 {
	background-position:100% -320px;
}
dl.wind .wind8 {
	background-position:100% -360px;
}
dl.wind .wind6 {
	background-position:100% -400px;
}
dl.wind .wind4 {
	background-position:100% -440px;
}
.wdata .weekend,
.wdata thead .weekend {
	color: #C00;
}
</pre></body></html>