form#contact-form table {
	table-layout: fixed;
}
form#contact-form table, form#contact-form table tr, form#contact-form table td, form#contact-form table th {
	border: none;
}
#grve-theme-wrapper {
	background-image: url("https://static.aimmedia.com/wp-content/uploads/2022/10/contact-us-bkgd-90dpi-compressed-shutterstock_331845461.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
main {
	background-color: white;
	margin: 60px auto;
	padding: 40px;
}
.help-text {
	text-align: left;
	color: gray;
	font-size: 12px;
}
form#contact-form table th {
	width: 150px;
	vertical-align: middle;
}
input[name='address'] {
	display: none;
}