#map-two {background-color:#000037}
.darkened{background-color:rgba(0, 0, 37,0.1)}
#map-two path{stroke:#eee;stroke-width:1.5}
.map-two-label{pointer-events: none;text-anchor:middle;fill:#fff;font-weight:bold;font-family:Roboto;opacity:1.0;font-size:22px}@media (max-width:767px){.map-two-label{font-size:22px;pointer-events: none;}
.lightened{fill:#fff}
#map-two path{stroke-width:1}}@media (max-width:420px){.map-two-label{font-size:22px;pointer-events: none;}}span.highlight{padding-left:3px;padding-right:3px;color:#fff}

.zoom {
    cursor: move;
    fill: none;
    pointer-events: all;
  }


  .brush .extent {
    stroke: rgb(255, 0, 0) !important;
    fill-opacity: .125;
    shape-rendering: crispEdges;
  }

  .selection
  {
    stroke: rgb(255, 0, 0) !important;
    stroke-width: 3px !important;
  }
  
  .brush  {
    pointer-events: none;
  }
  
  g.brush>.resize {
     
    display: none; 
  }
  
  .x.brush{
  
  pointer-events: none !important;
  
  }
  
  .overlay
  {
  
  pointer-events: none !important;
  
  }