.results-header {
  text-align: center;
}

#gyroCanvas {
  width: 100%;
  height: 100vh;
}

.container-fluid {
  width: 100%;
  height: 100vh;
}

.button {
  font-size: 3em;
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  background-color: #2440f2;
  display: block;
  text-align: center;
}

a:hover {
  text-decoration: none !important;
}

.button:hover {
  border: 1px solid #2440f2;
  color: #2440f2;
  background-color: white;
}

.address {
  font-size: 0.6em;
  padding-bottom: 0.3em;
}

.gyro_error {
  border: 1px solid #2440f2;
  color: white;
  background-color: #2440f2;
  text-align: center;
}

.lefty {
  display: inline-block;
  text-align: left;
  width: 50%;
  padding-left: 1.3em;
}

.righty {
  display: inline-block;
  text-align: right;
  width: 50%;
  padding-right: 1.3em;
}
