.weather-forecast {
  width: 100%;
}

.hourly-fc {
  border-top: 1px solid rgba(0,0,0,0.2);
}

.hourly-fc:last-of-type {
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.hourly-fc .hourly-temp {
  width: 10%;
}
