.weather-inner span.weather-icon span {
	color: #00bcd1;
}
.weather-container .weather-text sup {
	top: -4px;
}	
.weather-widget span.climacon {
	color: #00bcd1;
	position: relative;
}
.main-navbar-container .navbar-header .navbar-actions li .btn-weather a {
	color: #FFF;
}
@media (max-width: 1024px) {
	.weather-container span.icon.climacon {
		top: 5px;
	}
	.weather-widget .btn-inner.hide-for-large-up span.btn-text sup {
		top: -4px;
	}
}
@media only screen and (max-width: 40em) {
	.btn-inner a {
		font-size: 1.5rem;
		line-height: 1.2rem;
	}
	.btn-inner a .btn-text {
		color: #FFF;
	}
}