/**
 * All of the CSS for the public-facing CSS source
 * for the MODEC interactive worldmap.
 */
#worldmap .worldmap-spot ellipse {
  fill: var(--color-primary-variant);
  cursor: pointer;
}
#worldmap .worldmap-spot:hover ellipse, #worldmap .worldmap-spot ellipse[data-selected="true"] {
  fill: rgb(214,	254, 81);
}
