.page_top {
  width: 100%;
  display: block;
  clear: both;
}
.live-status {
  padding: 6px;
  margin: 0 10px;
}
.page_title {
  font-size: 2.5em;
}
#clock {
  display: block;
  clear: both;
  font-size: 1.9em;
}
.current_weather {
  font-size: 3em;
}
.current_weather_details {
  clear: both;
  margin-bottom: 0;
  min-height: 350px;
}

.forecast .period {
  font-size: 1.2em;
  margin-left: 1em;
  background-color: rgba(84, 84, 84, 0.1)
}
.forecast .period img {
  margin-right: 1em;
}
.hourly_forecast {
  font-size: 1em;
  text-align: right;
}
.hourly_forecast h5,
.hourly_forecast h6 {
  margin: 0.2em;
}
.hourly_forecast h5 {
  font-size: 1.4em;
}
.hourly_forecast .row {
  vertical-align: middle;
  /* border-bottom: 1px solid rgba(111,111,111,.4); */
}
.hourly_forecast .row .col {
  margin: 0 auto;
}
.hourly_forecast .temp {
  font-size: 1.2em;
  margin: auto 2em;
}
.hourly_icon {
  max-height: 50px;
  float: right;
}
ul.forecastTabs a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color .28s ease, background-color .28s ease;
  transition: color .28s ease, background-color .28s ease;
  padding: 1em 12px;
  text-align: center;
  font-size: 1.3em;
}
ul.forecastTabs a.active {
  background-color: rgba(142, 142, 142, 0.2);
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .hourly_forecast .row .col {
    width: 75%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .current_weather_details {
    min-height: 420px;
    margin-bottom: 2em;
  }
  .hourly_forecast {
    overflow-y: auto;
    height: 550px;
    padding-right: 2em;
  }
  
  .hourly_icon {
    float: none;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .main {
    position: fixed;
  }
  
}
