#fields {
	position: relative;
	justify-content: center;
	
	border-top: none !important;
}
#fields:before {
	content: "";
	position: absolute; top:0; left: 0; right: 0;
	display: block; height: 90px;
	
	background-color: rgba(0,0,0,.1);
}

#fields > div {
	justify-content: space-between;
	align-items: flex-start;
}

#fields > div > section { flex: 0 0 30%; }

#fields > div > section header { margin-bottom: 25px; }