.forecast {
	padding:13px 20px 20px;
	line-height: 1.5;
	vertical-align: bottom;
	font-family:Helvetica, Arial, sans-serif;
}
.forecast-now {
}
.forecast-now .city-name {
}
.forecast-now .forecast-a-day {
	margin-bottom:10px;
}
.forecast-now .forecast-a-day .weather-day {
	font-size:183.3%;
	margin-bottom:4px;
}
.forecast-now .forecast-a-day .weather-w {
	padding-left:10px;
}
.forecast-now .forecast-a-day .weather-day .date {
}
.forecast-now .forecast-a-day .weather-wrapper {
	overflow: hidden;
	height:66px;
	border-top:#333333 solid 1px;
	margin-top:7px;
	padding-top:12px;
}
.forecast-now .forecast-a-day .weather-wrapper span {
	float: left;
}
.forecast-now .forecast-a-day .weather-wrapper span.weather-information {
	font-size:100%;
	width: 100%;
	display:block;
	padding-bottom: 7px;
}
.forecast-now .forecast-a-day .weather-wrapper span.weather-main {
	width:60px;
	height:40px;
	display:block;
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: 50px;
}
.forecast-now .forecast-a-day .weather-wrapper span.weather-description {
	display: none;
}
.forecast-now .forecast-a-day .weather-wrapper span.weather-icon {
	display: none;
}
.forecast-now .forecast-a-day .weather-wrapper span.main-temp {
	font-size:233.3%;
	margin-left: 20px;
}
.forecast-now .forecast-a-day .weather-wrapper span.temp {
	font-size:150%;
	position: static !important;
	display: block;
	padding-top: 10px;
	margin-left: 5px;
}

.forecast-daily {
	width:277px;
	overflow:hidden;
}

.forecast-daily .forecast-a-day {
	width:75px !important;
	float:left;
	margin-right:17px;
}

.forecast-daily .forecast-a-day .weather-day {
	font-size:100%;
	text-align:center;
	display:block;
	margin-bottom:5px;
}

.forecast-daily .forecast-a-day .weather-wrapper {
	height:27px;
	background-position: -12px bottom;
	background-repeat: no-repeat;
	position: relative;
	font-size:116.6%;
}
.forecast-daily .forecast-a-day .weather-wrapper span.weather-main {
	display: none;
}
.forecast-daily .forecast-a-day .weather-wrapper span.weather-description {
	display: none;
}
.forecast-daily .forecast-a-day .weather-wrapper span.main-temp-max {
	font-size:116.6%;
	text-align:right;
	position:absolute;
	top:3px;
	right:14px;
}
.forecast-daily .forecast-a-day .weather-wrapper span.temp {
	font-size:75%;
	display: block;
	padding-top: 10px;
	
}