/* table */
th {
	font-weight: 600;
}
.table > :not(caption) > * > * {
	color: var(--bs-body-color, 
		   var(--bs-table-color-state, 
		   var(--bs-table-color-type, 
		   var(--bs-table-color))));
}
