﻿.bg-dark {
	background-color: #135285 !important;
}

.btn-dark {
	background-color: #135285 !important;
	border-color: #135285 !important;
}

tr.table-dark {
	/* 50% brightened */
	--bs-table-bg: #147BC8 !important;
}

.btn-dark:hover {
	/* 25% brightened */
	background-color: #1067A6 !important;
	/* 50% brightened */
	border-color: #147BC8 !important;
}
