  #paint-map {
  display: flex;
  flex-flow: column wrap;
  place-content: center center;
  align-items: center;
  max-width: 1024px;
  min-height: 250px;
  margin: auto;
}

#us-map circle,
#us-map path {
  cursor: pointer;
  fill: #1495aa;
  stroke: #002868;
  stroke-linejoin: round;
  stroke-width: 2px;
}
#us-map circle:hover,
#us-map path:hover {
  cursor: pointer;
  fill: #cf9d2a !important;
  stroke: #002868;
  stroke-linejoin: round;
  stroke-width: 2px;
}
#us-map #path4148,
#us-map #path4150,
#us-map #path4154,
#us-map #path4156,
#us-map #path4158,
#us-map #path4160,
#us-map #path4166,
#us-map #path4168,
#us-map #path4170 {
  fill: none !important;
  stroke: white !important;
}
#us-map #path4148:hover,
#us-map #path4150:hover,
#us-map #path4154:hover,
#us-map #path4156:hover,
#us-map #path4158:hover,
#us-map #path4160:hover,
#us-map #path4166:hover,
#us-map #path4168:hover,
#us-map #path4170:hover {
  fill: none !important;
}

text:not(#text3039-7-83-3-2-3, #text3039-7-83-3-2, #text3039-7-83-3-2, #text3039-7-83-3-2-0-8, #text3039-7-83-3-2-0, #text3039-7-83-3-2-8, #text3039-7-83-3-2-09, #text3039-7-83-3-2-38, #text3039-7-83-3-2-1, #text3039-7-83-3-2-1-7) {
  pointer-events: none;
}

text {
  cursor: pointer;
}

svg {
  display: block;
  width: 100%;
  margin: auto;
}
svg g rect {
  fill: #8c8c8c !important;
}

#info-box {
  position: absolute;
  z-index: 999;
  display: none;
  padding: 15px;
  border: 2px solid #cf9d2a;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(55, 55, 55, 0.44);
}
#info-box strong {
  font-weight: bold;
}
#info-box ul {
  margin: 0;
  padding: 0;
}
#info-box ul li:first-of-type {
  display: none;
}
#info-box ul li {
  list-style: none;
}
#info-box ul li span {
  float: right;
  margin-left: 20px;
}

.chart-container {
  width: 90%;
  max-width: 1250px;
  margin: auto;
}
.chart-container ul.tab-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgb(194, 194, 194);
}
.chart-container ul.tab-nav li {
  padding: 5px 12px !important;
  font-size: 15px;
  list-style: none;
  cursor: pointer;
  transition: all 400ms ease;
}
@media (max-width: 800px) {
  .chart-container ul.tab-nav li {
    display: flex;
    flex: 0 0 48%;
    place-content: center center;
    align-items: center;
    margin: 5px;
    border: 1px solid grey;
  }
}
.chart-container ul.tab-nav a {
  color: rgb(85, 85, 85);
  font-size: 14px;
  cursor: pointer;
}
.chart-container li:hover {
  background-color: rgba(20, 149, 170, 0.1);
  transition: all 50ms ease;
}
.chart-container li.active {
  background-color: #1495aa;
}
.chart-container li.active a {
  color: white;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tab-content {
  margin-top: 25px;
  text-align: center;
}

.blue-button a.toggle-all-rankings {
  display: inline-block;
  padding: 15px 50px;
  color: #006f97;
  font-family: sans-serif;
  border-color: #006f97;
}
.blue-button a.toggle-all-rankings:hover {
  background-color: #006f97;
}
