
.map_overlay_svg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

/* .map_overlay path {
  fill: #ccc;
  stroke: #fff;
  stroke-linejoin: round;
} */

/*.graticule {
  fill: none;
  stroke: #777;
  stroke-width: .5px;
  stroke-opacity: .5;
}*/
/*
.sphere {
  fill: #fff;
}

.land {
  fill: #000;
}

.boundary {
  fill: none;
  stroke: #000;
  stroke-linejoin: round;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.loc {
  vector-effect: non-scaling-stroke;
  pointer-events: none;
}

.overlay {
  fill: none;
  pointer-events: all;
}*/
