#tourfinder-form .btn,
#show-tourfinder-form {
	background-color: #009345 !important;
	border-radius: .25rem;
	border-color: #009345;
}

@media screen and (min-width: 768px) {
	#tourfinder-form {
		min-width: 600px;
	}

	.custom-md-offset { /* Properly centers the form */
		margin-left: 4.166666666666667%;
	}
}

@media screen and (min-width: 992px) {
	#tourfinder-form {
		min-width: 720px;
	}
}
