main> section:first-child {
	margin: 0;
}

main > section:first-child > h1 {
	text-indent: -0.5rem;
	line-height: 1.6rem;
	padding-bottom: 0.2rem;
}

main > section:first-child > h1 > img {
	width: calc(100% + 0.5rem);
}

form {
	margin: 0 0 0 1.5rem;
	line-height: 2rem;
}

label {
	display:inline-block;
	width: 8rem;
}

input {
	width: 8rem;
}

select {
	width: 8rem;
	margin: 0 3rem 0 0;
}

textarea {
	width: 80%;
}