path {
  stroke: white;
  stroke-width: 1px;
}

div.tooltip {
  position: absolute;
  text-align: center;
  width: 125px;
  padding-top: 8px;
  font-family: sans-serif;
  font-size: 14px;
  border-style: solid;
  border-color: lightgray;
  border-width: thin;
  background: white;
  border-radius: 8px;
  pointer-events: none;
}

#countydropdownWrapper{
  background-color: #6FA6C3;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  padding-top: 10px;
  padding-bottom: 10px;
}


.center-block.col-md-4{
  float: none;
  margin-right: auto;
  margin-left: auto;
}

#countyInfoBox{
  background-color: #eff3f6;
  border: 1px solid #cfcfcf;
  margin-bottom: 10px;
}

.mobile-hide {
  display: none;
}

@media (min-width: 768px) {
  .mobile-hide {
    display: block;
  }
}

@media (min-width: 992px) {
  .mobile-hide {
    display: block;
  }
}