.weather-stats {    font-size: 16px;    font-weight: 600;
}
.weather-stats > .line {
	margin: 9px 0;
	display: block;
}
.weather-stats > .line * {
	display: inline-block;
}
.weather-stats .wind-icon {
	padding-right: 11px;
	padding-bottom: 2px;
}
.weather-stats .wind-dir-icon {	width: 20px;	margin-bottom: -4px;
}.weather-stats .temp-icon {	width: 35px;	margin: 0 4px -8px 0;}
.weather-stats .wind-dir {
	padding-left: 10px;
}
.weather-stats .wind-strength {
	display: inline-block;
	padding-left: 8px;
}


.weather-stats .temp {
	font-size: 32px;	font-weight: bold;
}

.weather-stats .temp.minus {
	/* color: #005ead; */
}

.weather-stats .temp.plus {
	/* color: #e80000; */
}