body.hideEditorControls .editorControl {
   display: none;
}

.maps {
    height: 400px;
    /*width: 400px;*/
}

.hidden {
    display: none !important;
}

#loginArea {
    margin-top: 2em;
    margin-bottom: 2em;
}
#loginArea label {
    display: block;
    margin-bottom: 1em;
}

.contentForms {
    margin-top: 2em;
    margin-bottom: 2em;
}
.contentForms label {
    display: block;
    margin-bottom: 1em;
}