﻿.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;
}
