body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background: #f8f8f8;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

#sidebar {
  left: auto;
  right: 10px;
  width: 100px;
  background: white;
  font-size: 14px;
  color: #222;
}

#sidebar div {
  padding: 6px 8px;
  border-bottom: 1px solid #eee;
}

#sidebar div:hover {
  background: #f0f0f0;
}

#sidebar a {
  color: #2a77d4;
  text-decoration: none;
}

#sidebar a:hover {
  text-decoration: underline;
}
