.widget-weather ul {
	font-size: 1.7vw;
	line-height: 1.6;
	text-align: center;
}
.widget-weather i {
	font-size: 3.5vw;
	line-height: 1.4;
	display: block;
}
.widget-weather sup {
	font-size: 50%;
	top: -0.75em;
}
@media only screen and (max-width: 40em) {
	.widget-weather ul {
		font-size: 4vh;
	}
	.widget-weather i {
		font-size: 7vh;
	}
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	.widget-weather ul {
		font-size: 5vw;
	}
	.widget-weather i {
		font-size: 10vw;
	}
}
@media only screen and (max-width: 64em) and (orientation: landscape) {
	.widget-weather ul > li {
		width: 33.33333%;
	}
	.widget-weather ul > li:nth-of-type(1n) {
		clear: none;
	}
	.widget-weather ul > li:nth-of-type(3n+1) {
		clear: both;
	}
	.widget-weather ul {
		font-size: 4vw;
	}
	.widget-weather i {
		font-size: 7vw;
	}
}