.citation {
    background-color: color-mix(in srgb, var(--accent-color), transparent 50%);
}

.citation-footer {
   font-size:small;
}

.p-indent {
    margin-left: 25px;
}

.pad-top-100 {
    padding-top: 100px;
}
.table-text-sm {
    font-size:small;
}
.tc-rowheader {
    min-width: 82px;
}
.tc-notescolumn {
    min-width: 163px;
    max-width: 163px;
}
.reference-list{
    margin-left: 40px; 
    text-indent: -40px;
}
main a {
      text-decoration: underline;
      font-weight: 600;
  } 
.accordion-button {
    font-family: Montserrat, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-wrap-balance {
    text-wrap:balance;
}
.ff-mono {
    font-family: 'Courier New', monospace;
}
.ff-ss {
    font-family: "Nunito",  sans-serif;
}