body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: sans-serif;
}

#map {
  height: 100%;
  width: 100%;
}

#toolbar {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 10px;
  border-radius: 8px;
  box-shadow: 0 0 5px #aaa;
}

#toolbar button {
  margin: 2px;
  padding: 4px 8px;
  font-size: 0.9em;
  cursor: pointer;
}

.leaflet-popup-content ul {
  margin: 0;
  padding-left: 1em;
}

.leaflet-popup-content summary {
  cursor: pointer;
  color: #0074D9;
}

#attribution-licence {
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.75em;
  color: #333;
  text-align: center;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 0 6px #aaa;
  z-index: 1500;
  font-family: sans-serif;
}

#attribution-licence a {
  color: #0074D9;
  text-decoration: none;
}

#attribution-licence a:hover {
  text-decoration: underline;
}
