#tax_freeze_per_capita_map {
  height: 550px;
  width: 100%;
}
#tax_freeze_per_capita .map_container {
  position: relative;
}

#tax_freeze_per_capita img.leaflet-tile {
  image-rendering: pixelated;
}
#tax_freeze_per_capita {
  box-sizing: border-box;
  font-family: sans-serif;
  margin: 30px auto;
  max-width: 600px;
}

#tax_freeze_per_capita .leaflet-control-attribution {
  display: none;
}
#t_map {
  width: 100%;
  height: 500px;
  position: relative;
}
#tax_freeze_per_capita img {
  display: block;
  width: 100%;
}

#tax_freeze_per_capita .label {
  font-size: 13px;
  background: #fff;
  padding: 5px;
  color: #000;
  position: absolute;
  z-index: 999;
  left: 5px;
  bottom: 5px;
  max-width: 200px;
  font-weight: 300;
  border: 1px solid #000;

  box-sizing: border-box;
}

#tax_freeze_per_capita .overlay {
  fill: rgba(0, 0, 0, 0);
  stroke: "none";
  stroke-width: 1px;
}

#tax_freeze_per_capita .overlay:hover {
  stroke: #000;
}

#tax_freeze_per_capita .key_rects {
  align-items: left;
  column-gap: 5px;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  /* margin: 0 auto; */
  /* max-width: 200px; */
  /* min-width: 200px; */
  width: 100%;
}
#tax_freeze_per_capita .no_rect_container {
  max-width: 300px;
  /* margin: 0 auto; */
  display: flex;
  align-items: center;
}

#tax_freeze_per_capita .no_rect_container p {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  font-family: sans-serif;
}

#tax_freeze_per_capita .no_rect {
  border: 1px solid #000;
  height: 10px;
  width: 30px;
  margin-right: 10px;
}
#tax_freeze_per_capita .key_rects > div {
  width: 100%;
  height: 10px;
  display: block;
}

#tax_freeze_per_capita .key {
  max-width: 200px;
  display: block;
  /* margin: 0 auto; */
}
#tax_freeze_per_capita .key span {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  font-family: sans-serif;
}

#tax_freeze_per_capita .labels {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
#tax_freeze_per_capita .key .v_min {
  text-align: left;
  transform: translateX(-50%);
}

#tax_freeze_per_capita .key .v_max {
  transform: translateX(50%);
}

#tax_freeze_per_capita .key .v_mid {
  transform: translateX(35%);
}

#tax_freeze_per_capita .dek {
  color: gray;
  margin: 0;
  margin-bottom: 20px;
}

#tax_freeze_per_capita .key_title {
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 3px;
}

#tax_freeze_per_capita .key_dek {
  margin-top: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 200;
  color: #000;
  font-family: sans-serif;
}

#tax_freeze_per_capita .tool_tip {
  background: #fff;
  box-sizing: border-box;
  display: none;
  font-size: 12px;
  line-height: 1.3em;
  padding: 8px;
  position: absolute;
  text-align: left;
  width: fit-content;
  z-index: 99999;
  grid-template-columns: 3fr 2fr;
  column-gap: 6px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}

#tax_freeze_per_capita .tool_tip p {
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 300;
  margin: 0;
  line-height: 18px;
}

#tax_freeze_per_capita .tool_tip .tip_title {
  font-family: sans-serif;
  font-weight: 600;
}

#tax_freeze_per_capita .ext_btn {
  position: absolute;
  right: 8px;
  top: 8px;
  border: 0px;
  background: #fff;
  display: none;
}

#tax_freeze_per_capita .graphic_attribution {
  box-sizing: border-box;
}

#tax_freeze_per_capita .graphic_container {
  position: relative;
}

#tax_freeze_per_capita .graphic_attribution p,
#tax_freeze_per_capita.graphic_attribution span {
  font-family: sans-serif;
  font-size: 11px;
  color: gray;
  margin-bottom: 0;
}

#tax_freeze_per_capita .graphic_attribution a {
  text-decoration: none;
  color: rgb(139, 197, 216);
}

@media (max-width: 700px) {
  #tax_freeze_per_capita .tool_tip {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
  }

  #tax_freeze_per_capita .ext_btn {
    display: block;
  }
}
