figure.quarto-float.quarto-float-tbl .observablehq {
  display: flex,
}

.observablehq table {
  margin-left: auto;
  margin-right: auto;
  min-width: 100%
}

.observablehq table> :not(caption)>*>* {
  padding: .5rem .5rem !important;
  border-bottom: 1px solid #d3d8dc;
  font-size: 17px;
}

.observablehq table thead {
  border-top-width: 0;
  border-top: none;
  border-bottom: 1px solid #9ba5ae;
}

.quarto-float-caption,
.caption {
  text-align: center;
}
