.forecast {
  text-align: center;
}

.forecast-now {
  clear: left;
}

.forecast-now .city-name {
	font-size: 1.2em;
	display: none;
}

.forecast-now .forecast-a-day {
}

.forecast-now .forecast-a-day .weather-day {
  
}

.forecast-now .forecast-a-day .weather-wrapper {
	position: relative;
	font-size: 1.2em;
}
.forecast-now .forecast-a-day .weather-wrapper span {
	position: absolute;
	width: 48%;
	top: 0px;
	float: left;
	height: 30px;
	margin: 0px;
	padding-top: 20px;
}
.forecast-now .forecast-a-day .weather-wrapper span.weather-main {
	left: 0px;
	text-align: right;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: auto 100%;
	height: 50px;
	top: 0px;
}
.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 {
  right: 0px;
  text-align: left;
  font-size: 1.4em;
  bottom: 2em;
}

.forecast-daily {
	clear: left;
	top: 0px;
}

.forecast-daily .forecast-a-day {
	float: left;
	margin-top: 60px;
}

.forecast-daily .forecast-a-day .weather-day {
}

.forecast-daily .forecast-a-day .weather-wrapper {
	height: 5em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: auto 100%;
	position: relative;
	font-size: 0.8em;
}
.forecast-daily .forecast-a-day .weather-wrapper span {
	position: absolute;
	bottom: 0.2em;
	width: 45%;
}
.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 {
	left: 0px;
	text-align: right;
	color: red;
	opacity: .9;
	font-weight: bold;
}
.forecast-daily .forecast-a-day .weather-wrapper span.main-temp-min {
	right: 0px;
	text-align: left;
	color: blue;
	opacity: .9;
	font-weight: bold;
}
#forecast_result{
	height: 160px;
	padding-top: 10px;
	border: 1px solid #CCC;
	padding-bottom: 10px;
	background-color: #FFF;
}
