div.tp4-wysiwyg-editor {
    display: block;
    position: relative;
    border: 1px solid #777;
    min-width: 192px;
    min-height: 128px;
}

div.tp4-wysiwyg-editor > header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    display: block;
    background: #CD9;
}

div.tp4-wysiwyg-editor > div {
    border: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 48px;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
}

div.tp4-wysiwyg-editor > div > iframe {
    border: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

div.tp4-wysiwyg-editor > header > div {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    color: #000;
    max-width: 24px;
    width: 24px;
    height: 24px;
    font-size: 14px;
}

div.tp4-wysiwyg-editor > header > div.button {
    cursor: pointer;
}

div.tp4-wysiwyg-editor > header > div.button:hover {
    background-color: rgba(255,255,255,.6);
}


div.tp4-wysiwyg-editor > header > div.sep {
    width: 1px;
    background: linear-gradient(to top, transparent, #000, transparent);
}

div.tp4-wysiwyg-editor > header > div.wide {
    width: auto;
}


div.tp4-wysiwyg-editor-popup {
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
}

div.tp4-wysiwyg-editor-popup > div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 48px;
    width: 100%;
}

div.tp4-wysiwyg-editor-popup > footer {
    position: absolute;
    display: table;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
}

div.tp4-wysiwyg-editor-popup > footer > div {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


