/* css styles */

.ahead {
  font-weight: 600;
  font-size: 1.4rem;
  color: #444;
  text-decoration: none
}

h2 {
  border-bottom: hidden;
}
@media screen and (max-width: 48em) {
  .hide-small {
    display: none;
  }
}

h3 {
  margin-left: 8px;
}

.observablehq--error, .observablehq--running {
  display: none;
}
.hide {
  display: none;
}
details {
  margin-bottom: 0;
}

.quarto-alternate-formats > h2 {
  display: none;
}
.quarto-alternate-formats:before {
  content: "Print version:"
}
