
div.scroller {
	overflow-y: auto;
	scrollbar-color: #0664A2 #ffffff;
	scrollbar-width: thin;
}

button.btn-on {
	color: #fff !important;
	background-color: #a24406 !important;
	border-color: #a24406 !important;
}

button.btn-off {
	color: #a24406 !important;
	background-color: #fff !important;
	border-color: #a24406 !important;
}

div.flexdiv {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

div.flexcols {
	display: flex;
	flex-direction: column;
	margin-left: 0.40rem !important;
}

table.headonly {
	width: 100%;
	margin-bottom: 0rem !important;
}

table.thin td {
	padding: 0.40rem !important;
}
