@import 'theme.css';

.wy-table-responsive table td, .wy-table-responsive table th {
	white-space: normal;
	vertical-align: top;
}

.caption-text {
	    text-align: left;
}

.wy-table-responsive {
	margin-bottom: 24px;
	max-width: 100%;
	overflow: visible;
}

audio, canvas, video {
    display: block !important;  /* Force video to be on its own line */
    margin: auto !important;
}

.tight-spacing {
    margin-top: 0;
    margin-bottom: 1em;
    padding-top: 0;
}

.tight-spacing video {
    margin-top: 0;
    margin-bottom: 1em;
}

.underline {
    text-decoration: underline;
}


u {
    text-decoration: underline;
    text-decoration-color: blue;  /* Optional: change color of underline */
    text-decoration-thickness: 2px;  /* Optional: adjust thickness */
}


.video-container {
    margin-top: 0.5em; /* adjust to reduce or increase spacing */
    margin-bottom: 0.5em;
}
