/**
 * yue.css
 *
 * yue.css is designed for readable content.
 *
 * https://github.com/lepture/yue.css
 *
 * Copyright (c) 2013 - 2017 by Hsiaoming Yang.
 */

div#content {
  font: 400 18px/1.62 -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Droid Sans", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB",
    "Droid Sans Fallback", "Microsoft YaHei", sans-serif;
  color: #444443;
}

.windows div#content {
  font-size: 16px;
}

div#content ::-moz-selection {
  background-color: rgba(0, 0, 0, 0.2);
}

div#content ::selection {
  background-color: rgba(0, 0, 0, 0.2);
}
div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Droid Sans",
    "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Droid Sans Fallback",
    "Microsoft YaHei", sans-serif;
  color: #222223;
}
div#content h1 {
  font-size: 1.8em;
  margin: 0.67em 0;
}
div#content > h1 {
  margin-top: 0;
  font-size: 2em;
}
div#content h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
div#content h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
div#content h4,
div#content h5,
div#content h6 {
  font-size: 1em;
  margin: 1.6em 0 1em 0;
}
div#content h6 {
  font-weight: 500;
}
div#content p {
  margin-top: 0;
  margin-bottom: 1.24em;
}
div#content a {
  color: #111;
  word-wrap: break-word;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.4);
  text-decoration-color: rgba(0, 0, 0, 0.4);
}
div#content a:hover {
  color: #555;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.6);
  text-decoration-color: rgba(0, 0, 0, 0.6);
}
div#content h1 a,
div#content h2 a,
div#content h3 a {
  text-decoration: none;
}
div#content strong,
div#content b {
  font-weight: 700;
  color: #222223;
}
div#content em,
div#content i {
  font-style: italic;
  color: #222223;
}
div#content img {
  max-width: 100%;
  height: auto;
  margin: 0.2em 0;
}
div#content a img {
  /* Remove border on IE */
  border: none;
}
div#content figure {
  position: relative;
  clear: both;
  outline: 0;
  margin: 10px 0 30px;
  padding: 0;
  min-height: 100px;
}
div#content figure img {
  display: block;
  max-width: 100%;
  margin: auto auto 4px;
  box-sizing: border-box;
}
div#content figure figcaption {
  position: relative;
  width: 100%;
  text-align: center;
  left: 0;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #666665;
}
div#content figure figcaption a {
  text-decoration: none;
  color: #666665;
}
div#content hr {
  display: block;
  width: 14%;
  margin: 40px auto 34px;
  border: 0 none;
  border-top: 3px solid #dededc;
}
div#content blockquote {
  margin: 0 0 1.64em 0;
  border-left: 3px solid #dadada;
  padding-left: 12px;
  color: #666664;
}
div#content blockquote a {
  color: #666664;
}
div#content ul,
div#content ol {
  margin: 0 0 24px 6px;
  padding-left: 16px;
}
div#content ul {
  list-style-type: square;
}
div#content ol {
  list-style-type: decimal;
}
div#content li {
  margin-bottom: 0.2em;
}
div#content li ul,
div#content li ol {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 14px;
}
div#content li ul {
  list-style-type: disc;
}
div#content li ul ul {
  list-style-type: circle;
}
div#content li p {
  margin: 0.4em 0 0.6em;
}
div#content .unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div#content code,
div#content tt {
  color: #808080;
  font-size: 0.96em;
  background-color: #f9f9f7;
  padding: 1px 2px;
  border: 1px solid #eee;
  border-radius: 3px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  word-wrap: break-word;
}
div#content pre {
  margin: 1.64em 0;
  padding: 7px;
  border: none;
  border-left: 3px solid #dadada;
  padding-left: 10px;
  overflow: auto;
  line-height: 1.5;
  font-size: 0.96em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  color: #4c4c4c;
  background-color: #f9f9f7;
}
div#content pre code,
div#content pre tt {
  color: #4c4c4c;
  border: none;
  background: none;
  padding: 0;
}
div#content table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
  font-size: 0.96em;
  box-sizing: border-box;
}
div#content th,
div#content td {
  text-align: left;
  padding: 4px 8px 4px 10px;
  border: 1px solid #dadada;
}
div#content td {
  vertical-align: top;
}
div#content tr:nth-child(even) {
  background-color: #efefee;
}
div#content iframe {
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
}
div#content figure iframe {
  margin: auto;
}
div#content table pre {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
@media (min-width: 1100px) {
  div#content blockquote {
    margin-left: -24px;
    padding-left: 20px;
    border-width: 4px;
  }
  div#content blockquote blockquote {
    margin-left: 0;
  }
}

[lang^="zh"] div#content p,
[lang^="ja"] div#content p {
  text-align: justify;
  text-justify: inter-ideographic;
}

[lang^="zh"] div#content em,
[lang^="ja"] div#content em {
  font-style: normal;
  font-family: Baskerville, Georgia, Kaiti SC, STKaiti, AR PL UKai CN,
    AR PL UKai HK, AR PL UKai TW, AR PL UKai TW MBE, AR PL KaitiM GB, KaiTi,
    KaiTi_GB2312, DFKai-SB, TW\\-Kai, serif;
  -webkit-text-emphasis: dot #555;
  text-emphasis: dot #555;
  -webkit-text-emphasis-position: under;
  text-emphasis-position: under;
}
