.cke_editor_content {
  font-size: 14px;
  line-height: 1.6;
  /* Font */
  color: #333;
  /* Remove the background color to make it transparent */
  background-color: #fff;
  /* heading elements */
  /* tables */
  /* for tables without table section elements (can happen with XHTML or dynamically created tables) */
  /* lists */
  /* form elements */
  /* Form controls don't go vertical. */
  /* form validation message bubble */
  /* progress */
  /* inline elements */
  /* states */
  /* Read-only text fields do not show a focus ring but do still receive focus */
  /* HTML5 ruby elements */
  /* other elements */
  /* page */
}
.cke_editor_content p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.cke_editor_content strong,
.cke_editor_content b {
  font-weight: bold;
}
.cke_editor_content i {
  font-style: italic;
}
.cke_editor_content big {
  font-size: larger;
}
.cke_editor_content blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
.cke_editor_content blockquote p {
  margin: 1em 0;
  font-size: larger;
  color: black;
}
.cke_editor_content a {
  color: #0782C1;
}
.cke_editor_content ol,
.cke_editor_content ul,
.cke_editor_content dl {
  /* IE7: reset rtl list margin. (#7334) */
  *margin-right: 0px;
  /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
  padding: 0 40px;
}
.cke_editor_content h1,
.cke_editor_content h2,
.cke_editor_content h3,
.cke_editor_content h4,
.cke_editor_content h5,
.cke_editor_content h6 {
  font-weight: normal;
  line-height: 1.2;
}
.cke_editor_content h2 {
  font-size: 1.4em;
}
.cke_editor_content h3 {
  font-size: 1.3em;
}
.cke_editor_content h4 {
  font-size: 1.2em;
}
.cke_editor_content h5 {
  font-size: 1.1em;
}
.cke_editor_content hr {
  border: 0px;
  border-top: 1px solid #ccc;
}
.cke_editor_content img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}
.cke_editor_content img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}
.cke_editor_content pre {
  white-space: pre-wrap;
  /* CSS 2.1 */
  word-wrap: break-word;
  /* IE7 */
  -moz-tab-size: 4;
  tab-size: 4;
}
.cke_editor_content .marker {
  background-color: Yellow;
}
.cke_editor_content span[lang] {
  font-style: italic;
}
.cke_editor_content figure {
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin: 10px 20px;
  display: inline-block;
}
.cke_editor_content figure > figcaption {
  text-align: center;
  display: block;
  /* For IE8 */
}
.cke_editor_content a > img {
  padding: 1px;
  margin: 1px;
  border: none;
  outline: 1px solid #0782C1;
}
.cke_editor_content s,
.cke_editor_content strike,
.cke_editor_content del {
  text-decoration: line-through;
}
.cke_editor_content p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.cke_editor_content address,
.cke_editor_content article,
.cke_editor_content aside,
.cke_editor_content div,
.cke_editor_content footer,
.cke_editor_content header,
.cke_editor_content hgroup,
.cke_editor_content layer,
.cke_editor_content main,
.cke_editor_content nav,
.cke_editor_content section {
  display: block;
}
.cke_editor_content marquee {
  display: inline-block;
}
.cke_editor_content blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}
.cke_editor_content figcaption {
  display: block;
}
.cke_editor_content figure {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}
.cke_editor_content q {
  display: inline;
}
.cke_editor_content q::before {
  content: open-quote;
}
.cke_editor_content q::after {
  content: close-quote;
}
.cke_editor_content center {
  display: block;
  /* special centering to be able to emulate the html4/netscape behaviour */
  text-align: -webkit-center;
}
.cke_editor_content hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cke_editor_content h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.cke_editor_content :matches(article, aside, nav, section) h1 {
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
.cke_editor_content :matches(article, aside, nav, section) :matches(article, aside, nav, section) h1 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.cke_editor_content :matches(article, aside, nav, section) :matches(article, aside, nav, section) :matches(article, aside, nav, section) h1 {
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
.cke_editor_content :matches(article, aside, nav, section) :matches(article, aside, nav, section) :matches(article, aside, nav, section) :matches(article, aside, nav, section) h1 {
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}
.cke_editor_content :matches(article, aside, nav, section) :matches(article, aside, nav, section) :matches(article, aside, nav, section) :matches(article, aside, nav, section) :matches(article, aside, nav, section) h1 {
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}
.cke_editor_content h2 {
  display: block;
  font-size: 1.4em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.cke_editor_content h3 {
  display: block;
  font-size: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
}
.cke_editor_content h4 {
  display: block;
  font-size: 1.2em;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  margin-left: 0;
  margin-right: 0;
}
.cke_editor_content h5 {
  display: block;
  font-size: 1.1em;
  font-size: 0.83em;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  margin-left: 0;
  margin-right: 0;
}
.cke_editor_content h6 {
  display: block;
  font-size: 0.67em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.cke_editor_content table {
  display: table;
  border-collapse: separate;
  border-spacing: 0px;
  border-color: gray;
}
.cke_editor_content thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.cke_editor_content tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.cke_editor_content tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}
.cke_editor_content table > tr {
  vertical-align: middle;
}
.cke_editor_content col {
  display: table-column;
}
.cke_editor_content colgroup {
  display: table-column-group;
}
.cke_editor_content tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.cke_editor_content td,
.cke_editor_content th {
  display: table-cell;
  vertical-align: inherit;
  padding: 5px;
  border: 1px solid #ccc;
}
.cke_editor_content th {
  font-weight: bold;
  background: rgba(0, 0, 0, 0.05);
}
.cke_editor_content caption {
  display: table-caption;
  text-align: -webkit-center;
}
.cke_editor_content ul,
.cke_editor_content menu,
.cke_editor_content dir {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.cke_editor_content ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.cke_editor_content li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.cke_editor_content ul ul,
.cke_editor_content ol ul {
  list-style-type: circle;
}
.cke_editor_content ol ol ul,
.cke_editor_content ol ul ul,
.cke_editor_content ul ol ul,
.cke_editor_content ul ul ul {
  list-style-type: square;
}
.cke_editor_content dd {
  display: block;
  margin-left: 40px;
}
.cke_editor_content dl {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.cke_editor_content dt {
  display: block;
}
.cke_editor_content ol ul,
.cke_editor_content ul ol,
.cke_editor_content ul ul,
.cke_editor_content ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.cke_editor_content form {
  display: block;
  margin-top: 0em;
}
.cke_editor_content label {
  cursor: default;
}
.cke_editor_content legend {
  display: block;
  padding-left: 2px;
  padding-right: 2px;
  border: none;
}
.cke_editor_content fieldset {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.625em;
  border: 2px groove ThreeDFace;
  min-width: min-content;
}
.cke_editor_content button {
  -webkit-appearance: button;
}
.cke_editor_content input,
.cke_editor_content textarea,
.cke_editor_content keygen,
.cke_editor_content select,
.cke_editor_content button,
.cke_editor_content meter,
.cke_editor_content progress {
  -webkit-writing-mode: horizontal-tb !important;
}
.cke_editor_content input,
.cke_editor_content textarea,
.cke_editor_content keygen,
.cke_editor_content select,
.cke_editor_content button {
  margin: 0;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  display: inline-block;
  text-align: start;
}
.cke_editor_content input[type="hidden"] {
  display: none;
}
.cke_editor_content input[type="search"] {
  -webkit-appearance: searchfield;
  box-sizing: border-box;
}
.cke_editor_content input::-webkit-textfield-decoration-container {
  display: flex;
  align-items: center;
  content: none !important;
}
.cke_editor_content input::-webkit-clear-button {
  -webkit-appearance: searchfield-cancel-button;
  display: inline-block;
  flex: none;
  margin-left: 2px;
}
.cke_editor_content input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
  display: block;
  flex: none;
  align-self: flex-start;
  margin: auto 0;
}
.cke_editor_content input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: searchfield-decoration;
  display: block;
  flex: none;
  align-self: flex-start;
  margin: auto 0;
}
.cke_editor_content input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: searchfield-results-decoration;
  display: block;
  flex: none;
  align-self: flex-start;
  margin: auto 0;
}
.cke_editor_content input[type="search"]::-webkit-search-results-button {
  -webkit-appearance: searchfield-results-button;
  display: block;
  flex: none;
}
.cke_editor_content input[type="date"] {
  align-items: center;
  -webkit-appearance: menulist-button;
  display: -webkit-inline-flex;
  overflow: hidden;
}
.cke_editor_content input[type="datetime"] {
  align-items: center;
  -webkit-appearance: menulist-button;
  display: -webkit-inline-flex;
  overflow: hidden;
}
.cke_editor_content input[type="datetime-local"] {
  align-items: center;
  -webkit-appearance: menulist-button;
  display: -webkit-inline-flex;
  overflow: hidden;
}
.cke_editor_content input[type="month"] {
  align-items: center;
  -webkit-appearance: menulist-button;
  display: -webkit-inline-flex;
  overflow: hidden;
}
.cke_editor_content input[type="time"] {
  align-items: center;
  -webkit-appearance: menulist-button;
  display: -webkit-inline-flex;
  overflow: hidden;
}
.cke_editor_content input[type="week"] {
  align-items: center;
  -webkit-appearance: menulist-button;
  display: -webkit-inline-flex;
  overflow: hidden;
  width: 10em;
}
.cke_editor_content input::-webkit-date-and-time-value {
  margin: 1px 24px 1px 4px;
  white-space: pre;
}
.cke_editor_content input::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button;
  display: block;
  position: relative;
  cursor: default;
  /* This height property is ignored for input type "number" and others which
     * use RenderTextControlSingleLine as renderer which sets height of spin
     * button in layout(). */
  height: 1.5em;
  flex: none;
  -webkit-user-select: none;
}
.cke_editor_content keygen,
.cke_editor_content select {
  border-radius: 5px;
}
.cke_editor_content keygen::-webkit-keygen-select {
  margin: 0px;
}
.cke_editor_content textarea {
  -webkit-appearance: textarea;
  border: 1px solid;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  padding: 2px;
  -webkit-nbsp-mode: space;
  -webkit-line-break: after-white-space;
  /* On iOS we want to inherit the left and right padding for consistency with
     other form controls (e.g. <input type="text">). We want to override the top
     and bottom padding to ensure we have a symmetric look for text areas. */
  padding-top: 2px;
  padding-bottom: 2px;
  flex-direction: column;
  resize: auto;
  cursor: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.cke_editor_content ::placeholder {
  -webkit-text-security: none;
  color: darkGray;
  pointer-events: none !important;
}
.cke_editor_content input::placeholder {
  white-space: pre;
  word-wrap: normal;
  overflow: hidden;
}
.cke_editor_content input[type="password"] {
  -webkit-text-security: disc !important;
}
.cke_editor_content input:matches([type="hidden"], [type="image"], [type="file"]) {
  -webkit-appearance: initial;
  padding: initial;
  background-color: initial;
  border: initial;
}
.cke_editor_content input[type="file"] {
  align-items: baseline;
  color: inherit;
  text-align: start !important;
}
.cke_editor_content input:-webkit-autofill-strong-password {
  -webkit-text-security: none !important;
  -webkit-user-select: none !important;
  cursor: default !important;
  font-family: monospace;
}
.cke_editor_content input:-webkit-autofill,
.cke_editor_content input:-webkit-autofill-strong-password {
  background-color: #FAFFBD !important;
  background-image: none !important;
  color: #000000 !important;
}
.cke_editor_content input:matches([type="radio"], [type="checkbox"]) {
  margin: 3px 2px;
  padding: initial;
  background-color: initial;
  border: initial;
}
.cke_editor_content input:matches([type="button"], [type="submit"], [type="reset"]) {
  -webkit-appearance: push-button;
  white-space: pre;
}
.cke_editor_content input[type="file"]::-webkit-file-upload-button {
  -webkit-appearance: push-button;
  white-space: nowrap;
  margin: 0;
  font-size: inherit;
}
.cke_editor_content input:matches([type="button"], [type="submit"], [type="reset"]),
.cke_editor_content input[type="file"]::-webkit-file-upload-button,
.cke_editor_content button {
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: ButtonText;
  padding: 2px 6px 3px 6px;
  border: 2px outset ButtonFace;
  background-color: ButtonFace;
  box-sizing: border-box;
}
.cke_editor_content input:matches([type="button"], [type="submit"], [type="reset"]):active,
.cke_editor_content input[type="file"]::-webkit-file-upload-button:active,
.cke_editor_content button:active {
  color: ActiveButtonText;
}
.cke_editor_content input[type="range"] {
  -webkit-appearance: slider-horizontal;
  padding: initial;
  border: initial;
  margin: 2px;
  color: #909090;
}
.cke_editor_content input[type="range"]::-webkit-slider-container,
.cke_editor_content input[type="range"]::-webkit-media-slider-container {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  align-contents: center;
}
.cke_editor_content input[type="range"]::-webkit-slider-runnable-track {
  flex: 1;
  align-self: center;
  box-sizing: border-box;
  display: block;
}
.cke_editor_content input[type="range"]::-webkit-slider-thumb,
.cke_editor_content input[type="range"]::-webkit-media-slider-thumb {
  -webkit-appearance: sliderthumb-horizontal;
  box-sizing: border-box;
  display: block;
}
#if defined(WTF_PLATFORM_IOS_FAMILY) .cke_editor_content.cke_editor_content WTF_PLATFORM_IOS_FAMILY input[type="range"]::-webkit-slider-thumb:active {
  background-color: black;
}
.cke_editor_content input:disabled,
.cke_editor_content textarea:disabled {
  opacity: 0.4;
}
.cke_editor_content input[readonly],
.cke_editor_content textarea[readonly] {
  border-color: #bcbcbc;
}
.cke_editor_content #endif input:matches([type="button"], [type="submit"], [type="reset"]):disabled,
.cke_editor_content input[type="file"]:disabled::-webkit-file-upload-button,
.cke_editor_content button:disabled,
.cke_editor_content select:disabled,
.cke_editor_content keygen:disabled,
.cke_editor_content optgroup:disabled,
.cke_editor_content option:disabled,
.cke_editor_content select[disabled] > option {
  color: GrayText;
}
.cke_editor_content input:matches([type="button"], [type="submit"], [type="reset"]):active,
.cke_editor_content input[type="file"]:active::-webkit-file-upload-button,
.cke_editor_content button:active {
  border-style: inset;
}
.cke_editor_content input:matches([type="button"], [type="submit"], [type="reset"]):active:disabled,
.cke_editor_content input[type="file"]:active:disabled::-webkit-file-upload-button,
.cke_editor_content button:active:disabled {
  border-style: outset;
}
.cke_editor_content area,
.cke_editor_content param {
  display: none;
}
.cke_editor_content input[type="checkbox"] {
  -webkit-appearance: checkbox;
  box-sizing: border-box;
}
.cke_editor_content input[type="radio"] {
  -webkit-appearance: radio;
  box-sizing: border-box;
}
.cke_editor_content input[type="color"]::-webkit-color-swatch-wrapper {
  display: flex;
  padding: 4px 2px 5px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.cke_editor_content input[type="color"]::-webkit-color-swatch {
  background-color: #000000;
  border-radius: 2px;
  flex: 1;
}
.cke_editor_content #endif select {
  box-sizing: border-box;
  -webkit-appearance: menulist;
  border: 1px solid;
  color: black;
  background-color: white;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  cursor: default;
}
.cke_editor_content optgroup {
  font-weight: bolder;
}
.cke_editor_content option {
  font-weight: normal;
}
.cke_editor_content output {
  display: inline;
}
.cke_editor_content ::-webkit-validation-bubble {
  display: inline-block;
  z-index: 2147483647;
  position: absolute;
  opacity: 0.95;
  line-height: 0;
  margin: 0;
  -webkit-text-security: none;
  transition: opacity 5.5s ease;
}
.cke_editor_content ::-webkit-validation-bubble-message {
  display: flex;
  position: relative;
  top: -4px;
  font: message-box;
  color: black;
  min-width: 50px;
  max-width: 200px;
  border: solid 2px #400;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8ecec), to(#e8cccc));
  padding: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 4px rgba(100, 100, 100, 0.6), inset -2px -2px 1px #d0c4c4, inset 2px 2px 1px white;
  line-height: normal;
  white-space: normal;
  z-index: 2147483644;
}
.cke_editor_content ::-webkit-validation-bubble-text-block {
  flex: 1;
}
.cke_editor_content ::-webkit-validation-bubble-heading {
  font-weight: bold;
}
.cke_editor_content ::-webkit-validation-bubble-arrow {
  display: inline-block;
  position: relative;
  left: 32px;
  width: 16px;
  height: 16px;
  background-color: #f8ecec;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: #400;
  box-shadow: inset 2px 2px 1px white;
  -webkit-transform-origin: 0 0;
  transform: rotate(45deg);
  z-index: 2147483645;
}
.cke_editor_content ::-webkit-validation-bubble-arrow-clipper {
  display: block;
  overflow: hidden;
  height: 16px;
}
.cke_editor_content progress {
  -webkit-appearance: progress-bar;
  box-sizing: border-box;
  display: inline-block;
  height: 1em;
  width: 10em;
  vertical-align: -0.2em;
}
.cke_editor_content progress::-webkit-progress-inner-element {
  -webkit-appearance: inherit;
  box-sizing: inherit;
  height: 100%;
  width: 100%;
}
.cke_editor_content progress::-webkit-progress-bar {
  background-color: gray;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.cke_editor_content progress::-webkit-progress-value {
  background-color: green;
  height: 100%;
  width: 50%;
  /* should be removed later */
  box-sizing: border-box;
}
.cke_editor_content u,
.cke_editor_content ins {
  text-decoration: underline;
}
.cke_editor_content strong,
.cke_editor_content b {
  font-weight: bold;
}
.cke_editor_content i,
.cke_editor_content cite,
.cke_editor_content em,
.cke_editor_content var,
.cke_editor_content address,
.cke_editor_content dfn {
  font-style: italic;
}
.cke_editor_content tt,
.cke_editor_content code,
.cke_editor_content kbd,
.cke_editor_content samp {
  font-family: monospace;
}
.cke_editor_content pre,
.cke_editor_content xmp,
.cke_editor_content plaintext,
.cke_editor_content listing {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
}
.cke_editor_content mark {
  background-color: yellow;
  color: black;
}
.cke_editor_content big {
  font-size: larger;
}
.cke_editor_content small {
  font-size: smaller;
}
.cke_editor_content s,
.cke_editor_content strike,
.cke_editor_content del {
  text-decoration: line-through;
}
.cke_editor_content sub {
  vertical-align: sub;
  font-size: smaller;
}
.cke_editor_content sup {
  vertical-align: super;
  font-size: smaller;
}
.cke_editor_content nobr {
  white-space: nowrap;
}
.cke_editor_content :focus {
  outline: auto 5px -webkit-focus-ring-color;
}
.cke_editor_content html:focus,
.cke_editor_content body:focus,
.cke_editor_content input[readonly]:focus,
.cke_editor_content applet:focus,
.cke_editor_content embed:focus,
.cke_editor_content iframe:focus,
.cke_editor_content object:focus {
  outline: none;
}
.cke_editor_content input:matches([type="button"], [type="checkbox"], [type="file"], [type="hidden"], [type="image"], [type="radio"], [type="reset"], [type="search"], [type="submit"]):focus,
.cke_editor_content input[type="file"]:focus::-webkit-file-upload-button {
  outline-offset: 0;
}
.cke_editor_content a:any-link {
  color: -webkit-link;
  text-decoration: underline;
  cursor: auto;
}
.cke_editor_content a:any-link:active {
  color: -webkit-activelink;
}
.cke_editor_content ruby,
.cke_editor_content rt {
  text-indent: 0;
  /* blocks used for ruby rendering should not trigger this */
}
.cke_editor_content rt {
  line-height: normal;
  -webkit-text-emphasis: none;
}
.cke_editor_content ruby > rt {
  display: block;
  font-size: -webkit-ruby-text;
  text-align: start;
}
.cke_editor_content ruby > rp {
  display: none;
}
.cke_editor_content noframes {
  display: none;
}
.cke_editor_content frameset,
.cke_editor_content frame {
  display: block;
}
.cke_editor_content frameset {
  border-color: inherit;
}
.cke_editor_content iframe {
  border: 2px inset;
}
.cke_editor_content details {
  display: block;
}
.cke_editor_content summary {
  display: block;
}
.cke_editor_content summary::-webkit-details-marker {
  display: inline-block;
  width: 0.66em;
  height: 0.66em;
  margin-right: 0.4em;
}
.cke_editor_content template {
  display: none;
}
.cke_editor_content bdi,
.cke_editor_content output {
  unicode-bidi: isolate;
}
.cke_editor_content bdo {
  unicode-bidi: bidi-override;
}
.cke_editor_content slot {
  display: contents;
}
@page {
  /* FIXME: Define the right default values for page properties. */
  size: auto;
  margin: auto;
  padding: 0px;
  border-width: 0px;
}
