.content-editor {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.content-editor dt,
.content-editor dl,
.content-editor dd,
.content-editor li,
.content-editor ul,
.content-editor ol,
.content-editor div,
.content-editor img,
.content-editor h1,
.content-editor h2,
.content-editor h3,
.content-editor h4,
.content-editor h5,
.content-editor h6,
.content-editor p,
.content-editor u,
.content-editor b,
.content-editor i,
.content-editor strong,
.content-editor em {
    line-height: 1.8 !important;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    float: none;
    clear: both
}

.content-editor * {
    -webkit-text-size-adjust: 100%
}

.content-editor .btn1,
.content-editor .btn2,
.content-editor .btn3,
.content-editor .btn4 {
    background: #555;
    padding: 10px 15px;
    border-radius: 7px;
    color: #FFF;
    margin: 10px;
    font-size: 20px
}

.content-editor .btn1:hover,
.content-editor .btn2:hover,
.content-editor .btn3:hover,
.content-editor .btn4:hover {
    text-decoration: none !important;
    color: #FFF
}

.content-editor .btn1:active,
.content-editor .btn2:active,
.content-editor .btn3:active,
.content-editor .btn4:active {
    Box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4) inset
}

.content-editor .btn1 {
    background: #b99632
}

.content-editor .btn1:hover {
    background: #a37900
}

.content-editor .btn2 {
    background: #bf0000
}

.content-editor .btn2:hover {
    background: #a30000
}

.content-editor .btn3 {
    background: #40882e
}

.content-editor .btn3:hover {
    background: #417e15
}

.content-editor .btn4 {
    background: #555
}

.content-editor .btn4:hover {
    background: #333
}

.content-editor hr {
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #CCC;
    margin: 20px 0
}

.content-editor img {
    height: auto !important
}

.content-editor a {
    color: var(--primary-color);
    text-decoration: underline !important;
}

.content-editor a.intro,
.content-editor a.play {
    color: #fff
}

.content-editor a.intro:hover,
.content-editor a.play:hover {
    text-decoration: none !important;
    color: #000
}

.content-editor a:hover {
    color: var(--fourth-color);

}

.content-editor h1,
.content-editor h2 {
    color: var(--third-color);
    font-size: 26px;
    margin-top: 2em;
    margin-bottom: 10px
}


.content-editor h3 {
    color: var(--fourth-color);
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: -5px;
    font-weight: 500;
}

.content-editor h4 {
    color: var(--fifth-color);
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: -10px;
    font-weight: 500;
}


.content-editor p {
    margin: 28px 0 !important;
}

.content-editor img {
    max-width: 100%;
    box-shadow: 0 25px 22px -20px rgb(0 0 0 / 20%);
}

.content-editor ul,
.content-editor ol {
    background-color: #e9ecfa;
    border-radius: 10px;
    padding: 0.6vw;
    margin-top: 1em;
    margin-bottom: 1em;
    list-style: inside !important;
    padding-left: 2em
}

.content-editor ul li,
.content-editor ol li {}

.content-editor ul li li,
.content-editor ol li li {}

.content-editor ul li {
    list-style-type: disc !important
}

.content-editor ul li li {
    list-style-type: circle !important
}

.content-editor ol li {
    list-style-type: decimal !important
}

.content-editor ol li li {
    list-style-type: lower-alpha !important
}




/*table
========================================== */

.content-editor table {
    min-width: 100%;
    border-collapse: collapse;
    font-size: 15px;

}

.content-editor table thead {
    border: 1px solid var(--fifth-color);
}

.content-editor table th {
    padding: 8px;
    background: var(--fifth-color);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
}

.content-editor table th:nth-last-child(1) {
    border-right: 1px solid var(--fifth-color);
}


.content-editor table tbody td {
    border: 1px solid var(--fifth-color);
    padding: 8px;
    line-height: 1.3;

}

.content-editor p {
    margin: 0px;
    padding: 0px;

}

.content-editor table tbody>tr:nth-child(odd)>td {
    background-color: #EFF1F1;
}

.content-editor table tbody td img {
    padding: 3%;

}


@media screen and (max-width: 767px) {

    .content-editor table {
        font-size: 12px;
    }

    .content-editor table tbody td {
        padding: 2px 4px;
    }
}

.no-striped table tbody>tr:nth-child(odd)>td {
    background-color: #fff !important;
}







.mcw-converter {
    background-color: var(--fifth-color) !important;
}