/* Wysiwyg editor
 **************************************** */
  .mce_content_body {
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
  }
  .mce_content_body ul,
  .mce_content_body ol {
    margin: 1em 0;
  } 
  .mce_content_body ul li,
  .mce_content_body ol li {
    position: relative;
    margin: 0;
    border-bottom: none;
    padding: 0;
    margin-left: 2em;
    padding-top: 8px;
    line-height: 1.65;
  }
  .mce_content_body ul li {
    list-style-type: disc;
  }
  .mce_content_body ol li {
    list-style-type: decimal;
  }
  .mce_content_body img {
    margin: 20px 0;
    max-width: 100%;
    height: auto;
  }
  .mce_content_body hr {
    background: transparent;
  }
  .mce_content_body .alignleft {
    float: left;
    clear: left;
    margin: 0 30px 30px 0;
  }
  .mce_content_body .alignright {
    float: right;
    clear: right;
    margin: 0 0 30px 30px;
  }
  .mce_content_body .aligncenter {
    display: block;
    margin: 30px auto;
  }
  .mce_content_body table {
    border: 2px solid #ccc;
    margin: 20px 0;
    line-height: 1.6;
  }
  .mce_content_body table th,
  .mce_content_body table td {
    padding: 8px 16px;
    border: 1px solid #ccc;
    font-size: 93%;
    vertical-align: middle;
  }
  .mce_content_body table th {
    white-space: nowrap;
    background: #eee;
  }
  .mce_content_body h1,
  .mce_content_body h2,
  .mce_content_body h3,
  .mce_content_body h4,
  .mce_content_body h5 {
    position: relative;
    margin-bottom: 24px;
  }
  .mce_content_body h1 {
    font-size: 172%;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid;
  }
  .mce_content_body h2 {
    font-size: 158%;
    padding: 16px 24px;
    background: #eee;
    border-radius: 4px;
  }
  .mce_content_body h3 {
    font-size: 143%;
    padding-left: 16px;
  }
  .mce_content_body h3::before,
  .mce_content_body h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .mce_content_body h3::before {
    width: 4px;
    height: 80%;
    border-radius: 4px;
    background: #000;
  }
  .mce_content_body h4 {
    font-size: 129%;
    padding: 22px;
  }
  .mce_content_body h4::before {
    width: 8px;
    height: 8px;
    background: #000;
  }
  .mce_content_body h5 {
    font-size: 115%;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
  }
  .mce_content_body h6 {
    font-size: 109%;
    padding-bottom: 4px;
  }

  .mce_content_body p {
    margin-bottom: 1em;
    letter-spacing: 0.1em;
  }
  .mce_content_body blockquote{
    margin: 1em 0;
    padding: 15px 40px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    font-style: oblique;
    color: #666;
    background-color: #f8f8f8;
  }
  .mce_content_body blockquote p {margin-bottom: 0;}
  .mce_content_body blockquote:before,
  .mce_content_body blockquote:after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    opacity: .25;
  }
  .mce_content_body blockquote:before {
    background-image: url('../images/common/icon-quote_left.svg');
    top: 13px;
    left: 10px;
  }
  .mce_content_body blockquote:after {
    background-image: url('../images/common/icon-quote_right.svg');
    bottom: 13px;
    right: 10px;
  }
  .mce_content_body a {
    color: #04c;
  }
  .mce_content_body a:hover {
    text-decoration: underline;
  }
  /*table scroll*/
  .scroll {
    overflow-x: scroll;
    margin: 0 0 24px;
  }
  .scroll table {
    margin: 0;
  }
  .scroll--cap {
    text-align: right;
    margin: 24px 0 0 !important;
    opacity: 0.25;
    font-size: 93%;
  }

  @media (max-width: 767px) {
    .mce_content_body {
      font-size: 100%;
    }
    .mce_content_body .alignright,
    .mce_content_body .alignleft  {
      float: none;
      margin: 20px auto;
      display: block;
    }
    .mce_content_body blockquote {
      padding: 15px;
    }
    .mce_content_body blockquote:before {
      top: 0;
      left: 0;
    }
    .mce_content_body blockquote:after {
      bottom: 0;
      right: 0;
    }
    .mce_content_body ul li,
    .mce_content_body ol li {
      margin-left: 1em;
    }
    .mce_content_body ul li {
      padding-left: 0;
    }
    .mce_content_body ul li:before {
      left: -14px;
      padding-top: 6px;
      font-size: 12px;
    }


  }
