@charset "UTF-8";
.crf-ckeditor_inner h1 {
  font-size: 3em;
  font-weight: bold;
}
.crf-ckeditor_inner h2 {
  font-size: 2em;
  font-weight: bold;
}
.crf-ckeditor_inner h3 {
  font-size: 1.5em;
  font-weight: bold;
}
.crf-ckeditor_inner p:empty {
  height: 1em;
}
.crf-ckeditor_inner img {
  max-width: 100%;
  width: 100%;
  height: auto !important;
}
.crf-ckeditor_inner a {
  color: #0000EE;
}
.crf-ckeditor_inner table th span, .crf-ckeditor_inner table td span {
  display: block;
}
.crf-ckeditor_inner ul {
  list-style-type: disc;
  list-style-position: inside;
}
.crf-ckeditor_inner ul li {
  padding-left: 20px;
  position: relative;
}
.crf-ckeditor_inner ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.crf-ckeditor_inner ol li {
  padding-left: 20px;
  position: relative;
}
.crf-ckeditor_inner blockquote {
  background-color: #ccc;
  font-size: 0.8em;
  padding: 24px 20px 24px 40px;
  position: relative;
}
.crf-ckeditor_inner blockquote::before {
  content: "\201C";
  position: absolute;
  left: 10px;
  top: 10px;
  font-weight: bold;
  font-size: 32px;
}
.crf-ckeditor_inner blockquote::after {
  content: "\201E";
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: bold;
  font-size: 32px;
}
.crf-ckeditor_inner .marker {
  background-color: #FFF7B4;
}
.crf-ckeditor_inner hr {
  margin: 30px 0;
  background-color: #ccc;
  border: 0;
  display: block;
  width: 100%;
  height: 1px;
}