#weatherMain{
	width:169px;
	height: 386px;
	font-size:11.6px;
	text-align:center;
	margin: auto;
}
#weatherMain hr{
	width:100px;
	margin-top:0px;
	margin-bottom:0px;
	border: 1px ridge;
}
#weatherIcon{
	width: 146px;
	position: relative;
}
#weatherTbl{
	width:auto;
	height:auto;
	float:left;
	color: black;
}
.forecast{
	width: 166px;
	height: auto;
	font-size: 12px;
	position: relative;
	color: black;
	margin: auto;
	float: left;
	background: rgba(142, 142, 142, 0.5);
}
.dayBg{
	background: url("../images/dayBg.png");
}
.nightBg{
	background: url("../images/nightBg.png");
}
.forecastImg{
	width:40px;
	position: relative;
}
.forecastInfo{
	
}
.dayInfo{
	width:70px;
	position: relative;
}
#hiLo{
	width:125px;
}
#temp{
	font-size: 26px;
	font-weight: bolder;
}