.speedometer {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 150, 0.2);
}
.bigButton {
  display: block;
  padding: 1em;
}
.dispatch-container-fields {
  width: 100%;
  margin: .8em 0;
  line-height: 1.4em;
}
.dispatch-container-fields p {
  margin: .3em;
}
.live-scrollable-list {
  height: 75vh;
  overflow-y: auto;
  margin-bottom: 1vh;
  margin-top: 1vh;
  padding-bottom: 0px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.live-selected-list {
  height: 78.5vh;
}
div.md-list-div {
  padding: 0px 16px;
}
.mundo-feature-select {
  border-left: solid 3px green;
}
.live-bullseye {
  color: #2222ee;
}
.live-bullseye-inner {
  color: white;
}
