.profile-form-wrapper {
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	display: flex;
  }

.profile-form {
	grid-column-gap: 24px;
	grid-row-gap: 40px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
	margin-bottom: 2em;
}

.profile-form.outside {
	margin-bottom: 0;
}

i.fa-edit {
	margin-left: .5em;
}

@media (max-width: 800px) {
	.profile-form {
		grid-template-columns: 1fr !important;
	}

	.section-member h2 {
		margin-top: 1em;
	}
}

.disclaimer {
	margin-bottom: 1em;
	margin-top: 1em;
	display: block;
}

.access-icon {
	margin-right: .25em;
}


.access-icon span {
	width: 4em;
}

.access-line {
	margin-bottom: 1em;
}
