<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tinyMceEditor 
{
    border: solid 1px silver;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 100px;
    overflow: auto;
    display: table;
    width: 100%;
    height: 100px;
}
.popImage img
{
    display: inline-block !important;
}
.popIframe img
{
    display: inline-block !important;
}
.ui-draggable 
{
    z-index: 1;
}
</pre></body></html>