#ti_forecast {
	padding-top: 10px;
	font-size: 0.8em;
}
#forecast {
	width: 100%;
	border-spacing: 0px;
}
#forecast .colwth,
#forecast .coln,
#forecast .colx,
#forecast .img,
#forecast .tmin,
#forecast .tmax
{
	text-align: center;
}
#forecast .spots,
#forecast .colwth,
#forecast .coln,
#forecast .colx {
	border-bottom: 1px solid #888;
}
#forecast .tmin {
	color: #00A;
	font-weight: bold;
}
#forecast .tmax {
	color: #A00;
	font-weight: bold;
}

