.ck-area,
.cke_editable {
    word-break: break-all;
}

.ck-area strong,
.cke_editable strong {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-style: inherit;
}

.ck-area em,
.cke_editable em {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.ck-area h2 a,
.ck-area h3 a,
.ck-area h4 a,
.ck-area h2 a strong,
.ck-area h3 a strong,
.ck-area h4 a strong {
    font-size: 100%;
}


.ck-area h2 a span,
.ck-area h3 a span,
.ck-area h4 a span {
    font-weight: 700;
}

.ck-area h2 a,
.ck-area h4 a {
    display: block;
    /*     padding-top: 50px; */
}

.ck-area span,
.ck-area s,
.cke_editable span,
.cke_editable s {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
}

.ck-area img,
.cke_editable img {
    max-width: 100% !important;
    /*   height: 100% !important; */
    width: initial;
}

.ck-area iframe,
.cke_editable iframe {
    width: 100% !important;
    /*   height: 350px !important; */
}

.ck-area ul li,
.cke_editable ul li {
    /*   list-style: inside!important; */
    /*   list-style-type: initial!important; */
}

.ck-area table td {
    padding: .25rem .75rem;
}

.ck-area table td a{
    font-size: 20px;
}

.ck-area table td a ins{
    font-size: 20px;
}

.ck-area a{
    font-size: 20px;
}

.ck-area a ins{
    font-size: 20px;
}