html, body {
  /*height: 100%;*/
  /*> div.container-fluid > .row {
      height: 100%;
  }*/
}

/*
    light Green: 196 216 46
Dark Green 0 133 62
Blue 0 188 218
Orange 243 115 33
*/
#map-container {
  /*margin-left: auto;
  margin-right: auto;*/
}
#map-container svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#map-container svg g.legend {
  cursor: pointer;
  pointer-events: all;
}
#map-container svg g.legend rect {
  cursor: pointer;
  pointer-events: all;
}
#map-container svg g.legend text {
  cursor: pointer;
  pointer-events: all;
}
#map-container svg g.legend circle {
  cursor: pointer;
  pointer-events: all;
}