body {
  font-family: sans-serif;
  font-size: 12px;
}

h1 {
  margin-bottom: 0;
}

.wrap {
  -webkit-align-items: flex-start;
     -moz-align-items: flex-start;
      -ms-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex-direction: row;
     -moz-flex-direction: row;
     -mos-flex-direction: row;
          flex-direction: row;
  display: -webkit-flex;
     display: -moz-flex;
      display: -ms-flex;
          display: flex;
}

.column {
  width: 333px;
  padding-right: 1em;
  line-height: 1.5;
}

svg {
  background-color: #FAFAFA;
}

.borders {
  fill: none;
  stroke-linejoin: round;
}

.borders.county {
  stroke: white;
  stroke-width: 0.45px;
}

.borders.state {
  stroke: black;
  stroke-width: 0.66px;
}

.counties {
    fill: #222;
    stroke: none;
}
.suit {
  stroke: black;
  stroke-width: 3px;
  stroke-linejoin: round;
}

circle {
  fill: rgba(100, 70, 60, 0.10);
  stroke: rgba(22, 22, 22, 0.90);
  stroke-width: 0.25px;
}

.q0-6 {
    fill: #fef0d9
}

.q1-6 {
    fill: #fdd49e
}

.q2-6 {
    fill: #fdbb84
}

.q3-6 {
    fill: #fc8d59
}

.q4-6 {
    fill: #e34a33
}

.q5-6 {
    fill: #b30000
}

.legend {
  font-size: 10px;
}

.title {
  font-size: 12px;
}