.countyspecies-wrapper #mapDiv .background {
  fill:           none;
  pointer-events: all;
}

.countyspecies-wrapper #mapDiv .map-layer {
  fill:   #FFF;
  stroke: #AAA;
}

.countyspecies-wrapper #mapDiv path.actived {
  stroke: red !important;
}

.countyspecies-wrapper #mapDiv .county-hover {
  /*stroke: #000 !important;*/
  fill: red !important;
}

.countyspecies-wrapper .effect-layer {
  pointer-events: none;
}

.countyspecies-wrapper .tick text {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size:   14px;
}

.countyspecies-wrapper #dataDiv svg .tick text {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size:   14px;

}

.viz-last-modified {
  text-align: right;
  font-size:  0.8rem;
  color:      #AAA;
}
