img.weather_current_icon {
	width: 60px;
	height: 60px;
	margin: 0px 0px;
}
.wToday {
	position: relative;
	width: 150px;
}
.weath_check {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #314659;
}
.weather_day {
	font-size: 14px;
	font-weight: bold;
	color: #314659;
	text-transform: uppercase;
}
.temp1 {
	color: #3B5062;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}
.temp2 {
	color: #990000;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}