.msgbox.request_event_creation {
    position: absolute !important;
    top: 50px !important;
    overflow: auto;
    z-index: 9999 !important;
}
body.symposiumBackend .request_event_creation {
    transform: translate(0,0) !important;
}
.request_event_creation_modal #request_event_creation_form {
    border: 0px;
}

#request_event_creation_form_holder {
    max-width: 800px;
    margin: 0 auto;
    min-width: 420px;
}

p.information-block {
    color: white;
    background-color: #599bc1;
    padding: 8px;
    border-radius: 3px;
    font-weight: bold;
}
