div.description {
  font-style: italic;
}

.quarto-figure>figure {
  margin-top: 0.5rem;
}

figcaption.figure-caption{
  margin-top: 0;
  margin-left: 1rem;
  font-style: italic;
}

.cell-output pre {
    margin-left: 0.8rem;
    margin-top: 0;
    background: none;
    border-left: 2px solid lightsalmon;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
  
.cell-output .sourceCode {
    background: none;
    margin-top: 0;
}
  
.cell > .sourceCode {
    margin-bottom: 0;
}
  
main ol ol, main ul ul, main ol ul, main ul ol {
    margin-bottom: 0.5em;
}

