﻿#weather_container{
	padding: 10px;
	background-color: #EFEFEF;
	width: 213px;
	font-family: Verdana, Sans serif;
	font-size: 12px;
}

#weather_container img{
  border: 0px;
}

#weather_tomorrow{
	text-align: center;
	float: left;
	width: 33%;
}

#weather_in_two_days{
	text-align: center;
}

#weather_in_three_days{
	float: right;
	width: 33%;
	text-align: center;
}

.min_temperature{
	color: blue;
	display: block;
}

.max_temperature{
	color: red;
}
