
.flyout {
  background-color: #eee;
  border-bottom: 5px solid #dfdddf;
  border-right: none;
  height: 120px;
  min-width: 320px;
  padding-top: 10px;
  position: fixed;
  right: 0;
  top: 30%;
  width: 30%;
  z-index: 110;
}

.flyoutGague {
  float: left;
  width: 100px;
}

.flyoutGague .gaugeHolder {
  position: relative;
  text-align: center;
  width: 100px; /*same size as largest gauge */
  float: none;
  height: auto;
  min-height: 70px;
  left: 10px;
}

.gaugeTrigger {
  color: #acaaac;
}

.flyoutGague .gauge {
  position: absolute;
}

.flyoutGague .gauge .status {
  position: absolute;
  top: 61px;
  font-size: 1rem;
  font-weight: bold;
  left: 0;
  width: 100%;
  text-align: center;
}

.flyoutGague .gauge .status.lower {
  top: 66px;
}

.showHideArrowContainer {
  display: none;
}

.showHideArrowContainer:hover {
  cursor: pointer;
}

.showHideArrow {
  position: relative;
}

.showHideArrow::after {
  content: 'X';
  color: #ffffff;
  font-weight: bold;
  font-family: Helvetica;
  font-size: 10px;
  position: absolute;
  top: 2px;
  left: 4px;
}

.gaugeCircle {
  position: relative;
}

.gaugeCircle .status {
  position: absolute;
  top: -40px;
  left: -20px;
  font-weight: bold;
  text-align: center;
  color: #ffa500;
}

.flyoutDetailsContainer h2 {
  float: right;
  font-size: 1.2rem;
  margin: 2rem 0 0;
  padding: 0 1rem;
  text-align: left;
  width: calc( 100% - 100px );
}

.flyoutDetailsContainer p {
  float: right;
  width: 114px;
  text-align: left;
}

.flyoutDetailsContainer {
  padding-bottom: 10px;
}