/*markdown headers*/
/*.markdown h1, .markdown h2, .markdown h3 {
  border-bottom: 1px solid rgba(0,0,0,.2) !important;
  margin-bottom: 0.75em;
  padding-bottom: 0.5rem;
}*/
h1 {
  border-bottom: 1px solid rgba(0,0,0,.2) !important;
  margin-bottom: 0.75em;
}
a.bread-link {
  font-size: 0.875rem !important;
  text-decoration: none;
}

/*copy of bootstrap css img-fluid rounded*/
.markdown img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--bs-border-radius) !important;
}

/*Assume the first and second column of tables is a label and should not be wrapped*/
table tr > :first-child {
  white-space: nowrap;
}
/*table tr > :nth-child(2) {  white-space: nowrap;}*/

/*.katex-display {  margin-left: 0 !important;}*/
/*left align math equations*/ 
.katex-display > .katex {
  text-align: left !important;
}
