body {
  font-family: sans-serif;
}

a {
  text-decoration: none;
  color: black;
}

div {
  text-align: center;
}

.navigation-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

#start-action {
  height: 6em;
}

#raw-readout {
  height: 6em;
  display: none;
}

#start_button {
  background-color: #52BE80;
  border: #239B56;
}

.readout-large {
  font-weight: bold;
  font-size: 10em;
  margin-bottom: -0.2em;
}

.above-container {
  min-height: 7em;
}

.coach-msg {
  background-color: none;
  color: white;
  border-radius: 5px;
  padding-top: 10px;
}

.sensors-active {
  background-color: #FFEE00;
}

.sensors-inactive {
  background-color: white;
}

.wheelie-active {
  background-color: #52BE80;
}

#fullscreen-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#video-button {
  width: 5em;
  padding: 5px;
  border: #bbb 1px solid;
  background: none;
  color: #bbb;
  cursor: pointer;
  border-radius: 5px;
  font-size: small;
}

.video-overlay-content-appearance {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 30px;
  max-width: 315px;
  margin: 0 auto;
}

.video-overlay-content-position {
  position: fixed;
  bottom: 30px;
  left: 0%;
  width: 100%;
}