.half-row {
	float: left;
	width: calc(50% - 8px);
}

.half-row::after {
	content: "";
	display: table;
	clear: both;
}

form > .half-row:nth-child(odd) {
	margin-right: 16px;
}

form .form-label {
	display: none;
}

.sf_colsIn.container {
	margin-left: 0;
}