/* @title TinyMCE Editor Body */
/* @help Controls the height of the TinyMCE editor */
#form-editor-body {
    height: 100%;
}

.mce-fullscreen {
    z-index: 10000 !important;
}

#mce-modal-block.mce-in {
    background: #000;
    opacity: 0.8 !important;
}
