/* css styles */


/*
.reveal .callout.callout-style-default div.callout-body div.callout-content {
 	  font-size: 1.0em
}
 */

 /*
.reveal.smaller .slides section, .reveal .slides section.smaller, .reveal .slides section .callout {
    font-size: 1.0em;
}
*/

/*
html.reveal-full-page body.quarto-dark.reveal-viewport div.reveal.focused.has-vertical-slides.has-horizontal-slides.ready.none div.slides section.stack.present section#convergence-in-probability-1.slide.level2.present div.callout.callout-tip.no-icon.callout-titled.callout-style-default div.callout-body div.callout-content
*/

.scrollable-table {
    overflow-x: auto;
}


.scrollable-table-vertical {
    overflow-y: auto;
    max-height: 400px; /* Adjust as needed */
}

.scrollable-table-vertical th {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 1); /* Fully opaque white background */
    z-index: 1; /* Ensure the header is always on top */
}
.scrollable-table-vertical th, .scrollable-table-vertical td {
    border: 2px solid #ddd; /* Add a border around the cells */
}
