.zone-version {
  font-style: italic;
  font-weight: bold;
  position: absolute;
  left: 80%;
  bottom: 5%;
}

.last-report {
  font-size: 10px;
  position: absolute;
  bottom: 4%;
}

.online-toggle {
  height: 0;
  transform: translate(-5%, -0%);
}

.zone-name {
  font-size: 18px;
  font-style: oblique;
  font-weight: 500;
  text-align: center;
  height: 0;
}

.dial {
  margin-bottom: 20px;
  margin-top: 10px;
}

div.smoothie-chart-tooltip {
  background: #444;
  padding: 1em;
  margin-top: 20px;
  font-family: consolas;
  color: white;
  font-size: 12px;
  pointer-events: none;
}

.category-menu-bar {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.category-button {
  border-radius: 5px 0px 0px 5px;
}

.navbar-side {
  height: 100%;
  width: 25%;
  position: fixed;
  left: 0;
  padding: 0;
  list-style: none;
  border-right: 2px solid #ccc;
  background-color: #f7f7f9;
  overflow-y: scroll;
  z-index: 1000;
  padding-bottom: 60px;
  
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.navbar-side-item {
  padding: 1.5rem 0;
  margin: 0;
  border-bottom: 2px solid #ccc;
  height: 5rem;
}

.side-link {
  padding-left: 2rem;
}

.reveal {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #ccc;
  opacity: 0.6;
  z-index: 990;
}
