.mce-container textarea {
    display: initial !important
}

/*
.mce-content-body {
    max-width: 100%;
}*/

.mce-content-body table {
    width: 100%;
    border-collapse: separate;
}

.mce-content-body table td {
    border: 1px solid #ccc;
}

.mce-content-body table td.absorbing-column {
    width: 100%;
}

.mce-content-body {
    overflow-x: hidden;
}

.mce-content-body img {
    min-width: 100px;
    min-height: 100px;
    max-width: 100%;
    max-height: 400px;
}