.jodit-context table, .jodit-wysiwyg table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
}
.jodit-context table tr td, .jodit-context table tr th, .jodit-wysiwyg table tr td, .jodit-wysiwyg table tr th {
    border: 1px solid var(--jd-color-border);
    min-width: 2em;
    /* padding: 0.4em; */
    user-select: text;
    vertical-align: middle;
}
.jodit-text-area {
    width:100%; 
    height: 1px;
}
.jodit-workplace {
    background: white;
}
.jodit-workplace h1 {
    display: block;
    font-size: 2em !important;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.jodit-workplace h2 {
    display: block;
    font-size: 1.5em !important;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.jodit-workplace h3 {
    display: block;
    font-size: 1.17em !important;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.jodit-workplace h4 {
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.jodit-workplace h5 {
    display: block;
    font-size: .83em !important;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.jodit-workplace h6 {
    display: block;
    font-size: .67em  !important;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.jodit-workplace ltc {
    text-decoration: underline;
    text-decoration-color: red;
}

.jodit_fullsize {
    z-index: 10000;
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
}