.weather-container a,.weather-container a:hover, .weather-container a:active, .weather-container a:focus, .weather-container a.weather-container a:visited {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.2;
	color: #606060
}

.weather-container .weather-inner:before,
.weather-container .weather-inner:after {
	content: " ";
	display: table
}

.weather-container .weather-inner:after {
	clear: both
}

.weather-container .weather-inner [class^="weather"] {
	display: block;
	float: left
}

.weather-container .weather-icon {
	margin-right: 10px;
	color: #8a8a8d;
}

.weather-container .weather-icon i{
	margin-top: 6px;
	font-weight: 700;
}

.weather-container .weather-text {
	margin-top: 6px
}
