#bar-downtown-shootings-16-21 p,
#bar-downtown-shootings-16-21 span {
  font-family: sans-serif;
  font-size: 14px;
}

#bar-downtown-shootings-16-21 img {
  display: block;
  width: 100%;
}

#bar-downtown-shootings-16-21 .dek {
  margin-top: 5px;
  font-family: sans-serif;
  font-weight: 300;
}

#bar-downtown-shootings-16-21 .chart_container {
  max-width: 900px;
  margin: 30px auto;
  font-family: arial;
}

#bar-downtown-shootings-16-21 .chart {
  position: relative;
  display: grid;
  grid-template-columns: 30px auto;
  margin: 0 auto;
  margin-top: 35px;
}

#bar-downtown-shootings-16-21 .note {
  font-size: 10px;
  color: gray;
}

#bar-downtown-shootings-16-21 .bar_labels {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  height: 300px;
  width: calc(100% - 30px);
  top: 0;
  left: 30px;
}

/* #bar-downtown-shootings-16-21 .bar_labels span {
  line-height: 0;
} */
#bar-downtown-shootings-16-21 .key > * {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 10px;
  max-width: fit-content;
  align-items: center;
}
#bar-downtown-shootings-16-21 .key p {
  line-height: 0;
  margin: 10px auto;
}
#bar-downtown-shootings-16-21 .key .fatal {
  background: #9b1727;
}

#bar-downtown-shootings-16-21 .key .total {
  background: #ddbdb9;
}

#bar-downtown-shootings-16-21 .rect {
  width: 10px;
  height: 10px;
  display: block;
}

#bar-downtown-shootings-16-21 .bar_labels div {
  text-align: center;
}

#bar-downtown-shootings-16-21 .bar_labels p {
  margin: 0;
  line-height: 0;
}

#bar-downtown-shootings-16-21 .bar_labels .fatal_label {
  color: #9b1727;
}

#bar-downtown-shootings-16-21 .y_axis_labels div {
  position: absolute;
  width: 100%;
  display: block;
  transform: translateY(-100%);
  z-index: 1;
}
#bar-downtown-shootings-16-21 .bars {
  z-index: 2;
}
#bar-downtown-shootings-16-21 .x_axis_labels {
  position: relative;
  height: 30px;
  display: grid;
}

#bar-downtown-shootings-16-21 .x_axis_labels div {
  width: 100%;
  height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bar-downtown-shootings-16-21 .x_axis_labels span,
#bar-downtown-shootings-16-21 .y_axis_labels span {
  font-family: sans-serif;
  font-weight: 300;
  color: gray;
}

#bar-chicago-shootings-16-21 .x_axis_labels span {
  line-height: 0;
}

#bar-downtown-shootings-16-21 .zero_label::after {
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

#bar-downtown-shootings-16-21 .key_title {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
}

#bar-downtown-shootings-16-21 .val_label::after {
  border-bottom: 1px dotted #ccc;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

#bar-downtown-shootings-16-21 .y_axis_labels span {
  display: block;
  width: 20px;
  text-align: right;
}

#bar-downtown-shootings-16-21 .graphic_attribution p,
#bar-downtown-shootings-16-21 .graphic_attribution span {
  font-family: sans-serif;
  font-size: 11px;
  color: gray;
  margin-bottom: 0;
}
