path.land {
  fill: #dddddd;
  stroke: none;
}

path.neighborhood {
  fill: none;
  stroke: white;
  stroke-width: 3.5px;
  pointer-events: none;
}

circle.symbol {
  fill-opacity: 0.6;
  stroke: white;
  stroke-width: 1px;
}

#legend {
  font-weight: 800;
  text-shadow: 0px 0px 2px black;
  fill: white;
}
