group-ejf .editor-group {
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 16px;
	box-sizing: border-box;
}

group-ejf:hover {
	background-color: #0000000e;
}

group-ejf>.editor-group,
group-ejf>.editor-group>div> :last-child>.editor-group {
	margin-bottom: 0;
}