body {
  font-family: FFDINStdRegular;
  margin: 0 auto;
  text-align: center;
}

h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 2.3vw;
  font-family: FFDINStdBold;
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 50%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}
.svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}

.counties {
  stroke: rgb(211, 211, 211);
  stroke-width: 0.5;
}

.background {
  fill: none;
}

.key-text {
  font-size: 12px;
}


.d3-tip {
  /* line-height: 1;
  font-weight: bold;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  pointer-events: none;
  text-align: center; */
  line-height: 1;
font-weight: bold;
padding: 10px;
background: #fff;
color: #4A4A4A;
box-shadow: 0 0 14px rgba(0,0,0,0.1);
border-radius: 2px;
pointer-events: none;
text-align: left;
padding: 15px;
transition: all .2s ease-in-out;
}

.d3-tip p{
  margin: 8px;
  text-align: left;
  font-size: 14px;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: #fff;
  position: absolute;
  pointer-events: none;
}

/* Northward tooltips */
.d3-tip.n:after {
  content: "\25BC";
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
}

.county-name {
  font-family: FFDINStdBold;
  font-size: 14px;
}
