.mustek-editor-output {
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.mustek-editor-output .mustek-table-content {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

/* Word'den gelen büyük tabloları sayfa genişliğine ezmeyelim.
   Ezilince özellikle ilk sütun sola kaçmış/kırpılmış gibi görünebiliyor. */
.mustek-editor-output .mustek-table-content table,
.mustek-editor-output table {
    width: auto !important;
    min-width: 100%;
    max-width: none !important;
    table-layout: auto !important;
    border-collapse: collapse;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mustek-editor-output table td,
.mustek-editor-output table th {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: top;
    overflow: visible !important;
    white-space: normal;
}

/* Word bazı hücre içlerine negatif margin/text-indent verebiliyor; ilk sütun kırpılıyormuş gibi görünmesin. */
.mustek-editor-output table p,
.mustek-editor-output table div,
.mustek-editor-output table span {
    margin-left: 0 !important;
    text-indent: 0 !important;
}

.mustek-editor-output img {
    max-width: 100%;
    height: auto;
}

.mustek-editor-output img.mustek-editor-image {
    max-width: 100%;
    height: auto;
}
