img.rte-button {
    cursor: pointer;
    border: 0;
    padding: 4px;

}
html * {max-height:1000000px;}
div.rich-text-editor {
    width:400;
    display: inline-block;
    padding: 3px;
}

/* div.rte-menus { display:none} */
div.rte-menus select {
    font-size: 16px;
}

div.rte-editbox {
    min-height: 300px;
    max-height: 540px;
    width: 300px;
    resize: both; 
    border: 1px #1807ad solid;
    padding: 6px;
    overflow: scroll;
    font-size: 12pt;
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto, sans-serif;
    font-weight: normal;
}


div.rte-editbox p {
    margin: 0;
}

div.rte-editbox > pre.rte-sourcetext {
    padding: 0;
    margin: 0;
}

div.rte-switchmode {
    font-size: 12px;
    text-align: right;
    padding: 2px 0 0 2px;
    float: right;
}

div.rte-switchmode > label {
    cursor: pointer;
}