.finder-form {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
}

.f-none:focus {
	outline: none;
	box-shadow: none;
}
