/* special styles for better rendition of magnolia bars in editmode */
.row > div.mgnlEditorBar.area {
    height: 2px !important;
    border-radius: 0 !important;
    display: none;
}
.column > div.mgnlEditorBar.area {
    display: none !important;
}
.column > div.mgnlEditorBar.area > div {
    height: 5px !important;
}
.column.emptyGroup > .mgnlEditor,
.column.emptyGroup > .mgnlEditor > .mgnlEditorBar.mgnlEditor.component {
    display: block !important
}
.editMode .navbar {
    z-index: 70000;
}