.afl_import_export {
	display: flex;
	flex-flow: row wrap;
}

.afl_import_export .afl_part {
	width: calc(50% - 15px);
}

.afl_import_export .afl_part:nth-child(even) {
	padding-left: 15px;
}
.afl_import_export .afl_part:nth-child(odd) {
	padding-right: 15px;
}

.afl_import_export .afl_part h2 {
	font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
}

.afl_import_export .afl_part .afl_form {
	border: 1px solid #E9E9E9;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 3px 0px -1px #E9E9E9;
    margin-top: 15px;
}

.afl_form form {
	border-top: solid 1px #e9e9e9;
	padding-top: 30px;
	margin-top: 10px;
}

.afl_form form p {
	margin-top: 0;
}

.afl_fields {
	border: #ebebeb solid 1px;
    background: #fafafa;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
}

.afl_fields .afl_field {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.afl_fields .afl_field label {
	padding-bottom: 5px;
}