body {
  font-size: 1.0em;
}

.weather-forecast {
  width: 100%;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}


.hourly-fc {
  display: inline-block;
  width: 5%;
  margin: 0;
  border: none;
  font-size: 0.8em;
}

.hourly-fc div {
  display: block;
  text-align: center;
}

.hourly-fc .temp-hour,
.hourly-fc .temp-degree {
  display: inline;
}

.hourly-fc .hourly-temp {
  font-size: 1.25em;
}
