.meeting-or-event-layout .description p
{
    margin: 0;
    padding: 0 0 20px 0;
}

/* block placeholder */
.block-editor
{
    display: block !important;
}

/* image settings dialog should display behind ckfinder dialog */
.md-modal {z-index: 8002 !important; }
.md-modal#md-customcolor {z-index: 8003 !important; }
.md-overlay { z-index: 8001 !important; }

/* block editor should insert tables with padded cells */
table.default td { padding: 5px 10px; }

/* extra font for CKEditor and BlockEditor */
@font-face
{
    font-family: 'Myriad-PB';
    src: url('../fonts/Myriad/MyriadPro-Regular.eot');
    src: url('../fonts/Myriad/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Myriad/MyriadPro-Regular.woff') format('woff'),
         url('../fonts/Myriad/MyriadPro-Regular.ttf') format('truetype'),
         url('../fonts/Myriad/MyriadPro-Regular.svg#myriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* notifications should show up over dialogs */
#notifications
{
    z-index: 1000000;
}