h1 {
  text-decoration: underline;
}
body {
  padding: 0;
  margin: 0;
}
html,
body,
#map {
  height: 100%;
  width: 100%;
}
#textbox {
  background: white;
}

.leaflet-tooltip.service-label {
  background-color:rgba(117, 190, 218, 0.8);
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 14px;
  border-width: 0;
  margin: 0 0 0 0;
  }