#distributor-link {
	background: #ccc;
	padding: 10px;
	width: 200px;
	float: right;
	margin-bottom: 1rem
}

#content h1 {
	margin-top: 0;
}

div.contactform {
	clear: both;
	margin: 0;
}

div.email input {
	display: block;
	box-sizing: border-box;

}
div.message {
	background: none !important
}

div.message textarea {
	display: block;
	box-sizing: border-box;
}

.g-recaptcha {
	margin-bottom: 2rem !important;
}