@CHARSET "ISO-8859-1";

@import url(weather-icons.min.css);

.weather-container {
	background-color: #c40042;
	display: inline-block;
	padding: 20px;
	color: #fff;
	line-height: normal;
}

.weather-container .left-col {
	float: left;
}

.weather-container .right-col {
	float: right;
}

.weather-container .temp {
	font-size: 50px;
	font-weight: normal;
	display: block;
}

.weather-container .degree {
	font-size: 21px;
	vertical-align: top;
}

.weather-container .and-rising {
	font-size: 18px;
	display: block;
	margin: 10px 0;
}

.weather-container .weather-desc {
	clear: left;
	margin-top: 60px;
}

.weather-container .weather-wind {
	color: #6b0527;
}