
/* .anchored .figure-caption { */
/*   text-transform: uppercase; */
/*   font-weight: bold; */
/*   color: black; */
/*   font-style: normal; */
/*   position: absolute; */
/*   top: 0px; */
/*   left: -18px; */
/* } */

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sidebar {
  z-index: 1;
}

/* borders */
.quarto-layout-panel {
  padding: 1rem;
  padding-left: 1.1rem;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

/* .quarto-layout-panel { */
/*   padding: 1rem; */
/*   padding-left: 1.1rem; */
/*   border-style: solid; */
/*   border-width: 1px; */
/*   border-color: black; */
/* } */

.noborder {
  border-style: none;
}

@media print {
  pre, blockquote {page-break-inside: avoid;}
}

@media print {
  .quarto-layout-panel {
    page-break-inside: avoid;
    // page-break-before: always;
  }
}

@media print {
  #TOC {
    display: none;
  }
}

@media print {
  h1 {page-break-before: always;}
}

.msp-plugin .msp-material-icon svg {
    color: #1E4287 !important;
}

table, .table {
  position: float;
  width: max-content;
}

#tbl-f0f1-top-interacting {
  float: left
}

