
.forecast {
  text-align: center;
}

.forecast-now {
	display: none;
}

.forecast-daily {
	overflow: hidden;
	padding: 4px 0 0 !important;
}

.forecast-daily .forecast-a-day {
	float: left;
	padding: 0 !important;
	border-right: 1px solid #ccc;
	width: 106px !important;
}

.forecast-daily .forecast-a-day:last-child {
	border: none;
}

@media screen and (max-width: 640px) {
	
.forecast-daily .forecast-a-day {
	float: left;
	padding: 0 !important;
	border-right: none;
	width: 33.3333% !important;
}

}


.forecast-daily .forecast-a-day .weather-day {
	display: block;
	background: #f1f1f1;
	padding: 10px;
}

.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: .8em;
}
.forecast-daily .forecast-a-day .weather-wrapper span {
  position: absolute;
  bottom: .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;
  background-color: white;
  opacity: .9;
}
.forecast-daily .forecast-a-day .weather-wrapper span.main-temp-min {
  right: 0px;
  text-align: left;
  color: blue;
  background-color: white;
  opacity: .9;
}