html {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  height: 100%;
}

#flash-messages {
  position: absolute;
  z-index: 1050;
  width: 100%;
  top: 15%;
}

#flash-messages .alert {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.custom-navbar {
  border-bottom: 1px solid #d6d6d6;
}

#speedtest-map .map-label {
  position: absolute;
  bottom: 0;
  left: -50%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#speedtest-map .map-label-content {
  order: 1;
  position: relative;
  left: -50%;
  background-color: #fff;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: #db9b00;
  padding: 3px;
  white-space: nowrap;
}
#speedtest-map .map-label-arrow {
  order: 2;
  width: 0px;
  height: 0px;
  left: 50%;
  border-style: solid;
  border-color: #db9b00 transparent transparent transparent;
  border-width: 10px 6px 0 6px;
  margin-left: -6px;
}
#speedtest-map .map-label-arrow.inactive {
  order: 2;
  width: 0px;
  height: 0px;
  left: 50%;
  border-style: solid;
  border-color: #505050 transparent transparent transparent;
  border-width: 10px 6px 0 6px;
  margin-left: -6px;
}
#speedtest-map .map-label.redbackground > .map-label-content {
  white-space: default;
  color: #000;
  background-color: #fdb813;
  border-color: #db9b00;
}
#speedtest-map .map-label.redbackground.inactive > .map-label-content {
  white-space: default;
  color: #000;
  background-color: #838383;
  border-color: #505050;
  font-size: 18px;
  font-size: 1.3em;
  padding: 0 5px;
}
#speedtest-map .custom-popup {
  bottom: 20px !important;
}
@media screen and (max-width: 576px) {
  #speedtest-map .leaflet-control-radar {
    margin-bottom: 20px;
  }
  #speedtest-map .leaflet-control-attribution {
    font-size: 9px;
  }
}

.text-break-word {
  word-wrap: break-word;
}/*# sourceMappingURL=style.css.map */