.counties :hover {
  fill: red;
}

.county-borders {
  fill: none;
  stroke: #a3c6ff;
  stroke-width: 0.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  pointer-events: none;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 62.5%;
  vertical-align: top;
  overflow: hidden;
}
.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.legend {
  background-color: #fff;
  width: 200px;
  height: 60px;
  margin: 10px;
}

#linearLegend .colorlegend-labels {
  font-size: 9px;
  fill: #888;
}
