a,
article,
aside,
audio,
blockquote,
body,
canvas,
code,
details,
div,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
ruby,
section,
span,
strong,
summary,
table,
td,
th,
time,
tr,
ul,
video {
    color: #fff;
}

.ck-area {
    word-break: break-all;
    color: #fff;
}

.ck-area strong {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-style: inherit;
}

.ck-area em {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.ck-area span,
.ck-area s {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
}

.ck-area img {
    max-width: 100% !important;
    height: 100% !important;
    width: initial;
}

.ck-area iframe {
    width: 100% !important;
    height: 350px !important;
}