:root {
	--bs-primary: #b9001a;
	--bs-secondary: #073477;
	--bs-heading-color: var(--bs-secondary);
	--bs-font-sans-serif: Arial, sans-serif;
}

body {
	margin-bottom: 6rem;
}

.form-label, legend {
	font-size: var(--bs-body-font-size);
	font-weight: bold;
	margin-bottom: 2px;
}

input[type=number] {
	/* Remove gimmicks like spinners */
	appearance: textfield;
}

.btn:disabled {
	pointer-events: auto;
}

footer {
	text-align: center;
	font-size: smaller;
}

.ct img {
	height: 1lh;
}

.nowrap {
	white-space: nowrap;
}
