.county {
  border: none;
}

.footnote {
  margin-right: 300px;
  text-align: right;
}

.legendbox {
  stroke: white;
  stroke-width: 0.2
}

.state {
  fill: none;
  stroke: white;
  stroke-width: 0.4;
}

.tooltip {
  background-color: rgba(46, 46, 48, 0.8);
  border: 0px;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  color: white;
  display: none;
  font-size: 12px;
  pointer-events: none;
  position: absolute;
  padding: 8px;
  text-align: left;
  width: auto;
  height: auto;
}

body {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  min-width: 1000px;
}

a {
  text-decoration: none;
}

h1 {
  margin-bottom: -10px;
}

h5 {
  margin-bottom: -10px;
}