/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/terms-of-use/#open-source-licences
*/
body.cke_editable,
#fuwel-ex-ad-html-wrapper,
.article_body {
  /* Font */
  font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
  font-size: 12px;
  /* Text color */
  color: #333;
  /* Remove the background color to make it transparent */
  background-color: #fff;
  margin: 20px;
}

.cke_editable,
#fuwel-ex-ad-html-wrapper,
.article_body {
  font-size: 13px;
  line-height: 1.6;
  /* Fix for missing scrollbars with RTL texts. (#10488) */
  word-wrap: break-word;
}

body.cke_editable,
#fuwel-ex-ad-html-wrapper,
.article_body {
  /* Widget Styles */
}
body.cke_editable blockquote,
#fuwel-ex-ad-html-wrapper blockquote,
.article_body blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
}
body.cke_editable .cke_contents_ltr blockquote,
#fuwel-ex-ad-html-wrapper .cke_contents_ltr blockquote,
.article_body .cke_contents_ltr blockquote {
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
body.cke_editable .cke_contents_rtl blockquote,
#fuwel-ex-ad-html-wrapper .cke_contents_rtl blockquote,
.article_body .cke_contents_rtl blockquote {
  padding-left: 8px;
  padding-right: 20px;
  border-right-width: 5px;
}
body.cke_editable a,
#fuwel-ex-ad-html-wrapper a,
.article_body a {
  color: #0782C1;
}
body.cke_editable ol, body.cke_editable ul, body.cke_editable dl,
#fuwel-ex-ad-html-wrapper ol,
#fuwel-ex-ad-html-wrapper ul,
#fuwel-ex-ad-html-wrapper dl,
.article_body ol,
.article_body ul,
.article_body 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;
}
body.cke_editable h1, body.cke_editable h2, body.cke_editable h3, body.cke_editable h4, body.cke_editable h5, body.cke_editable h6,
#fuwel-ex-ad-html-wrapper h1,
#fuwel-ex-ad-html-wrapper h2,
#fuwel-ex-ad-html-wrapper h3,
#fuwel-ex-ad-html-wrapper h4,
#fuwel-ex-ad-html-wrapper h5,
#fuwel-ex-ad-html-wrapper h6,
.article_body h1,
.article_body h2,
.article_body h3,
.article_body h4,
.article_body h5,
.article_body h6 {
  font-weight: normal;
  line-height: 1.2;
}
body.cke_editable hr,
#fuwel-ex-ad-html-wrapper hr,
.article_body hr {
  border: 0px;
  border-top: 1px solid #ccc;
}
body.cke_editable img,
#fuwel-ex-ad-html-wrapper img,
.article_body img {
  max-width: 100%;
  height: auto;
}
body.cke_editable img.right,
#fuwel-ex-ad-html-wrapper img.right,
.article_body img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}
body.cke_editable img.left,
#fuwel-ex-ad-html-wrapper img.left,
.article_body img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}
body.cke_editable pre,
#fuwel-ex-ad-html-wrapper pre,
.article_body pre {
  white-space: pre-wrap;
  /* CSS 2.1 */
  word-wrap: break-word;
  /* IE7 */
  -moz-tab-size: 4;
  tab-size: 4;
}
body.cke_editable .marker,
#fuwel-ex-ad-html-wrapper .marker,
.article_body .marker {
  background-color: Yellow;
}
body.cke_editable span[lang],
#fuwel-ex-ad-html-wrapper span[lang],
.article_body span[lang] {
  font-style: italic;
}
body.cke_editable figure,
#fuwel-ex-ad-html-wrapper figure,
.article_body 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;
}
body.cke_editable figure > figcaption,
#fuwel-ex-ad-html-wrapper figure > figcaption,
.article_body figure > figcaption {
  text-align: center;
  display: block;
  /* For IE8 */
}
body.cke_editable a > img,
#fuwel-ex-ad-html-wrapper a > img,
.article_body a > img {
  padding: 1px;
  margin: 1px;
  border: none;
  outline: 1px solid #0782C1;
}
body.cke_editable .code-featured,
#fuwel-ex-ad-html-wrapper .code-featured,
.article_body .code-featured {
  border: 5px solid red;
}
body.cke_editable .math-featured,
#fuwel-ex-ad-html-wrapper .math-featured,
.article_body .math-featured {
  padding: 20px;
  box-shadow: 0 0 2px #c80000;
  background-color: rgba(255, 0, 0, 0.05);
  margin: 10px;
}
body.cke_editable .image-clean,
#fuwel-ex-ad-html-wrapper .image-clean,
.article_body .image-clean {
  border: 0;
  background: none;
  padding: 0;
}
body.cke_editable .image-clean > figcaption,
#fuwel-ex-ad-html-wrapper .image-clean > figcaption,
.article_body .image-clean > figcaption {
  font-size: 0.9em;
  text-align: right;
}
body.cke_editable .image-grayscale,
#fuwel-ex-ad-html-wrapper .image-grayscale,
.article_body .image-grayscale {
  background-color: white;
  color: #666;
}
body.cke_editable .image-grayscale img, body.cke_editable img.image-grayscale,
#fuwel-ex-ad-html-wrapper .image-grayscale img,
#fuwel-ex-ad-html-wrapper img.image-grayscale,
.article_body .image-grayscale img,
.article_body img.image-grayscale {
  filter: grayscale(100%);
}
body.cke_editable .embed-240p,
#fuwel-ex-ad-html-wrapper .embed-240p,
.article_body .embed-240p {
  max-width: 426px;
  max-height: 240px;
  margin: 0 auto;
}
body.cke_editable .embed-360p,
#fuwel-ex-ad-html-wrapper .embed-360p,
.article_body .embed-360p {
  max-width: 640px;
  max-height: 360px;
  margin: 0 auto;
}
body.cke_editable .embed-480p,
#fuwel-ex-ad-html-wrapper .embed-480p,
.article_body .embed-480p {
  max-width: 854px;
  max-height: 480px;
  margin: 0 auto;
}
body.cke_editable .embed-720p,
#fuwel-ex-ad-html-wrapper .embed-720p,
.article_body .embed-720p {
  max-width: 1280px;
  max-height: 720px;
  margin: 0 auto;
}
body.cke_editable .embed-1080p,
#fuwel-ex-ad-html-wrapper .embed-1080p,
.article_body .embed-1080p {
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
}

/*# sourceMappingURL=contents.css.map */
