#mainForm {
	max-width: 500px;
}
.bootstrap-select button.dropdown-toggle:before {
	min-height: 24px;
}
.bootstrap-select .dropdown-menu li {
	margin: 0;
}
button.dropdown-toggle::after {
	vertical-align: 0.5em;
}
.hidden {
	display: none;
}
#completedSteps .alert {
	max-width: 700px;
}
#completedSteps .alert label {
	display: block;
	font-weight: bold;
	margin-bottom: .1rem;
}
#mainForm .form-check-input {
	margin-left: 0;
}
.pointer {
	cursor: pointer;
}