.portal-rich-text-editor {    
    margin-top: 0;
    margin-bottom: 1.5em;
    background: #fefefe;
}
.portal-rich-text-editor .e-rte-container {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}
.portal-rich-text-editor .e-richtexteditor {
    border: none;
}
.portal-rich-text-editor .e-rte-content {
    border: none;
}
.portal-rich-text-editor .DraftEditor-root {
    height: 100px;
}

.lock-calibri-11-black .e-rte-content,
.lock-calibri-11-black .e-content {
    font-family: Calibri, sans-serif;
    font-size: 11pt;
    color: #000000;
}
