#police_districts_change_19_21_tot {
  box-sizing: border-box;
  font-family: sans-serif;
  margin: 0 auto;
  max-width: 800px;
}

#police_districts_change_19_21_tot img {
  display: block;
  width: 100%;
}

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

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

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

#police_districts_change_19_21_tot text {
  font-size: 10px;
}
#police_districts_change_19_21_tot .no_rect_container {
  max-width: 300px;
  /* margin: 0 auto; */
  display: flex;
  align-items: center;
}
#police_districts_change_19_21_tot .no_rect_container p {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  font-family: sans-serif;
}
#police_districts_change_19_21_tot .no_rect {
  border: 1px solid #000;
  height: 10px;
  width: 30px;
  margin-right: 10px;
}
#police_districts_change_19_21_tot .key_rects > div {
  width: 100%;
  height: 10px;
  display: block;
}

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

#police_districts_change_19_21_tot .labels {
  align-items: center;
  column-gap: 0px;
  display: flex;
  margin-top: 5px;
  justify-content: space-between;
  /* grid-template-columns: auto auto auto auto auto auto; */
  /* margin: 10px auto; */
  max-width: 300px;
  min-width: 200px;
  width: 100%;
}
#police_districts_change_19_21_tot .key .v_min {
  text-align: left;
  transform: translateX(-50%);
}

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

#police_districts_change_19_21_tot .key .v_mid {
  transform: translateX(10%);
}

#police_districts_change_19_21_tot .dek {
  color: gray;
  margin: 0;
  margin-bottom: 20px;
  text-align: left;
}

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

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

#police_districts_change_19_21_tot .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);
}

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

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

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

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

#police_districts_change_19_21_tot .graphic_container {
  position: relative;
}

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

#police_districts_change_19_21_tot table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  max-width: fit-content;
  min-width: 250px;
}

#police_districts_change_19_21_tot td {
  border: 1px solid #ddd;
  padding: 4px;
}

#police_districts_change_19_21_tot th {
  padding-top: 8px;
  text-align: left;
}

@media (max-width: 600px) {
  #police_districts_change_19_21_tot .tool_tip {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
  }

  #police_districts_change_19_21_tot .ext_btn {
    display: block;
  }
}
