/* Styles for the vanilla-JS replacements of the legacy widgets. */

/* amortization tables: scrollable body with a sticky header (TableLite) */
.table-lite-scroll {
	max-height: 256px;
	overflow-y: auto;
	overflow-x: hidden;
}

.table-lite-scroll thead th {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 1;
}

/* navbar collapse without Bootstrap JS animations */
.collapse:not(.show) {
	display: none;
}
