@charset "UTF-8";

.editor_wrapper {
    background: none !important;
    border: 0 !important;

    padding: 20px;
    padding-top: 10px;

    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;

    margin-bottom: 20px;
    word-wrap: break-word;
    padding-bottom: 30px;
    
    /*width: 645px;*/
    margin: 0 auto;
    margin-top: 0 !important;
    
    font-size: inherit !important;
    
    line-height: 25px;
    position: relative;
}


.editor_wrapper_twothird {
    width: 66%;
}



/* Format changes in Text for OutputView */
/* Paragraph */
.editorFormattedOriginalText > p {
    margin-top: 0;
    margin-bottom: 0;
    
    margin-block-start: 0em;
    margin-block-end: 0em;
}


