.weatherWrapper {
	display: inline-block;
	float: left;
	padding-right: 25px;
}
.weather {
	position: relative;
}
#sv-weather-widget .sv-weather-widget-icon .icon {
	float: left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 22px;
	height: 21px;
	vertical-align: middle;
	display: inline-block;
}
#sv-weather-widget .sv-weather-widget-icon .sv-weather-widget-temp {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}