/* Magnific Popup CSS */
/* line 3, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 15, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 25, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 42, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 45, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  z-index: 1045;
}

/* line 52, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 56, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 59, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 64, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 70, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 73, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 78, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 81, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-hide {
  display: none !important;
}

/* line 84, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 94, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-preloader a {
  color: #cccccc;
}

/* line 96, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-preloader a:hover {
  color: white;
}

/* line 99, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 102, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 105, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 117, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 121, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 136, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

/* line 138, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-close:active {
  top: 1px;
}

/* line 141, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-close-btn-in .mfp-close {
  color: inherit;
}

/* line 145, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 152, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

/* line 160, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 170, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 172, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

/* line 174, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 185, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 189, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

/* line 193, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left {
  left: 0;
}

/* line 195, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

/* line 198, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 202, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right {
  right: 0;
}

/* line 204, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

/* line 207, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 210, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 213, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 217, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 220, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 225, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
/* line 236, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 249, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-figure {
  line-height: 0;
}

/* line 251, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

/* line 264, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 270, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 278, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 285, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 288, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 295, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 298, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 300, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }

  /* line 302, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 305, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 308, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 318, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 320, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 323, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 335, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 338, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 341, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 344, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 348, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 350, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 356, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 358, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 360, /Users/meng/pro/xml-html/vendor/assets/stylesheets/magnific-popup.css */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* line 4, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list .google-scholar, #html-references_list .cross-ref {
  -ms-word-break: normal;
  word-break: normal;
}
/* line 7, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list a {
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* line 13, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol {
  list-style: none;
  padding: 0 0 0 2em;
  *padding: 0 2em !important;
  margin: 0;
}
/* line 18, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol li {
  text-align: justify;
  padding-left: 1em;
}
/* line 21, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol li::before {
  content: attr(data-content);
  width: 10%;
}
/* line 24, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol li:before {
  content: attr(data-content);
  width: 10%;
}
/* line 28, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol.html-x li {
  text-indent: -1.4em;
}
/* line 30, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol.html-x li.html-x::before {
  padding-right: 0.5em;
}
/* line 32, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol.html-x li.html-x:before {
  padding-right: 0.5em;
}
/* line 35, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol.html-xx li {
  text-indent: -1.9em;
}
/* line 37, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol.html-xx li.html-x::before {
  padding-right: 1em;
}
/* line 39, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol.html-xx li.html-x:before {
  padding-right: 1em;
}
/* line 41, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol.html-xx li.html-xx::before {
  padding-right: 0.5em;
}
/* line 43, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol.html-xx li.html-xx:before {
  padding-right: 0.5em;
}
/* line 46, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol.html-xxx li {
  text-indent: -2.4em;
}
/* line 48, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol.html-xxx li.html-x::before {
  padding-right: 1.5em;
}
/* line 50, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol.html-xxx li.html-x:before {
  padding-right: 1.5em;
}
/* line 52, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol.html-xxx li.html-xx::before {
  padding-right: 1em;
}
/* line 54, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol.html-xxx li.html-xx:before {
  padding-right: 1em;
}
/* line 56, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol.html-xxx li.html-xxx::before {
  padding-right: 0.5em;
}
/* line 58, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
#html-references_list ol.html-xxx li.html-xxx:before {
  padding-right: 0.5em;
}

/* line 61, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
.html-statement {
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
/* line 65, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
.html-statement p:first-of-type {
  display: inline;
}
/* line 67, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
.html-statement .html-p:first-of-type {
  display: inline;
}

/* line 70, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article label {
  float: right;
  padding: 0;
}
/* line 74, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article img {
  max-width: 100%;
}
/* line 77, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-small-caps {
  font-variant: small-caps;
}
/* line 81, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-def_list th {
  padding: 0.5em 0;
}
/* line 84, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-body {
  padding: 0;
  margin: 2em 0 0;
}
/* line 88, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-p, article p {
  text-indent: 1em;
  margin: 0;
}
/* line 92, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-caption {
  padding-top: 0.5em;
}
/* line 95, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-art-header {
  padding: 0 0 0.5em;
  margin: 0;
}
/* line 98, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-art-header .html-p, article .html-art-header p {
  padding: 0;
  margin: 0;
  text-indent: 0;
}
/* line 103, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-art-type {
  padding: 0.5em 0;
  margin: 0;
  font-style: italic;
}
/* line 107, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-art-type .html-p, article .html-art-type p {
  padding: 0;
  margin: 0;
}
/* line 111, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article #html-article-title {
  font-size: 1.5em;
  font-weight: 700;
  padding: 0.5em 0;
  text-align: left;
  line-height: 1.5em;
}
/* line 118, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-author-group {
  font-weight: 700;
  padding: 0.5em 0;
  text-align: left;
}
/* line 122, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-author-group span {
  cursor: pointer;
}
/* line 125, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-history {
  font-style: italic;
  padding: 0.5em 0;
}
/* line 129, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article #html-abstract-title, article #html-keywords-title {
  display: inline;
  font-weight: 700;
}
/* line 133, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-fn {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
}
/* line 139, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-fn_group {
  font-size: 0.875em;
  border-top: 1px #cccccc solid;
}
/* line 142, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-fn_group ul {
  padding: 0;
}
/* line 144, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-fn_group li {
  width: 100%;
}
/* line 147, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-fn_group li .html-fn-label {
  float: left;
  width: 4%;
  white-space: nowrap;
}
/* line 151, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-fn_group li .html-fn-content {
  float: left;
  width: 96%;
}
/* line 155, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article h1, article h2, article h3, article h4, article h5, article h6 {
  font-family: Times New Roman;
}
/* line 158, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article img {
  border: 1px #cccccc solid;
}
/* line 161, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article table {
  font-size: 100%;
}
/* line 164, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-indented-block {
  padding: 1em 0 1em 2em;
}
/* line 166, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-overline {
  text-decoration: overline;
}
/* line 170, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article #html-glossary table {
  padding-top: 0.625em;
}
/* line 172, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article #html-glossary .html-item_def {
  padding-left: 3.125em;
}
/* line 175, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-alpha-lower {
  list-style-type: lower-alpha;
}
/* line 178, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-sans-serif {
  font-family: Sans-Serif;
}
/* line 181, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-supplementary_p {
  padding-left: 3px;
}
/* line 184, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-boxed {
  padding-bottom: 0.5em;
}
/* line 186, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-boxed .html-bullet {
  list-style-type: disc;
  padding: 0 1em;
}
/* line 189, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-boxed .html-boxed-title {
  text-align: center;
  padding: 0.5em;
}
/* line 192, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-boxed .html-boxed-body {
  border: 0.125em black solid;
  padding: 1em;
}
/* line 195, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article .html-boxed h4 {
  font-weight: bold;
}
/* line 198, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article blockquote {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
/* line 199, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article blockquote .html-blockquote {
  margin: 0 1.25em;
  text-indent: 0;
}
/* line 202, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article blockquote .html-p, article blockquote p {
  text-indent: 0em;
  padding-bottom: 0;
  margin-top: 0.5em;
}
/* line 209, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
article #html-copyright {
  text-indent: 0;
}

/* line 212, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
.html-ref-tip {
  font-size: 0.8125em;
}

/* line 214, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
.html-blockquote-attrib {
  text-align: right;
  margin-top: 0;
}

/* line 217, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
.html-sig-block {
  text-align: right;
}

/* line 219, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
.html-external_editor {
  padding: 0.5em 0;
}

/* line 221, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
.html-array_table {
  padding-left: 1em;
  margin: 0.5em auto;
  width: auto;
}

/* line 224, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
.html-graphic {
  display: block;
  max-width: 100%;
}

/* line 227, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
.html-p {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -moz-margin-before: 1em;
  -moz-margin-after: 1em;
  -moz-margin-start: 0px;
  -moz-margin-end: 0px;
}

/* line 236, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
.html-caption-img {
  margin: 0.5em auto;
}
/* line 238, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
.html-caption-img img {
  max-width: 100%;
}

/* line 241, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
.html-abstract .html-p {
  text-indent: 0;
  margin-top: 1em;
}
/* line 244, /Users/meng/pro/xml-html/app/assets/stylesheets/common.css.sass */
.html-abstract .html-p:first-of-type {
  display: inline;
  margin-top: 0;
}

/* line 4, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article {
  -webkit-text-size-adjust: 100%;
}

/* line 39, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-disc {
  list-style-type: disc;
}
/* line 28, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-disc li {
  clear: both;
  width: 100%;
}
/* line 31, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-disc li .html-p, ul.html-disc li p {
  width: auto;
  float: none;
  text-indent: 0;
}
/* line 22, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-disc dl {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

/* line 43, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-roman-lower {
  list-style-type: lower-roman;
}
/* line 22, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-roman-lower dl {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}
/* line 28, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-roman-lower li {
  clear: both;
  width: 100%;
}
/* line 31, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-roman-lower li .html-p, ul.html-roman-lower li p {
  width: auto;
  float: none;
  text-indent: 0;
}

/* line 47, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-alpha-lower {
  list-style-type: lower-alpha;
}
/* line 28, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-alpha-lower li {
  clear: both;
  width: 100%;
}
/* line 31, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-alpha-lower li .html-p, ul.html-alpha-lower li p {
  width: auto;
  float: none;
  text-indent: 0;
}
/* line 22, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-alpha-lower dl {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

/* line 51, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-alpha-upper {
  list-style-type: upper-alpha;
}
/* line 28, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-alpha-upper li {
  clear: both;
  width: 100%;
}
/* line 31, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-alpha-upper li .html-p, ul.html-alpha-upper li p {
  width: auto;
  float: none;
  text-indent: 0;
}
/* line 22, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-alpha-upper dl {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

/* line 55, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-roman-upper {
  list-style-type: upper-roman;
}
/* line 28, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-roman-upper li {
  clear: both;
  width: 100%;
}
/* line 31, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-roman-upper li .html-p, ul.html-roman-upper li p {
  width: auto;
  float: none;
  text-indent: 0;
}
/* line 22, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-roman-upper dl {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

/* line 59, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-simple {
  list-style-type: none;
}
/* line 28, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-simple li {
  clear: both;
  width: 100%;
}
/* line 31, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-simple li .html-p, ul.html-simple li p {
  width: auto;
  float: none;
  text-indent: 0;
}
/* line 22, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-simple dl {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

/* line 63, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-order {
  list-style-type: decimal;
}
/* line 28, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-order li {
  clear: both;
  width: 100%;
}
/* line 31, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-order li .html-p, ul.html-order li p {
  width: auto;
  float: none;
  text-indent: 0;
}
/* line 22, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
ul.html-order dl {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

/* line 8, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.mfp-content sup {
  font-size: smaller;
  vertical-align: baseline;
  position: relative;
  bottom: 0.33em;
}
/* line 15, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.mfp-content sub {
  font-size: smaller;
  vertical-align: baseline;
  position: relative;
  bottom: -0.25em;
}
/* line 70, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.mfp-content .html-img img {
  max-width: 100%;
}

/* line 72, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-table_show {
  position: relative;
  padding: 2em;
  width: auto;
  max-width: 1150px;
  min-width: 550px;
  margin: 1.25em auto;
  overflow: auto;
}
/* line 80, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-table_show img {
  max-width: 1080px;
}
/* line 83, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-table_show dl dt {
  float: left;
  clear: left;
  text-align: right;
}
/* line 87, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-table_show dl .html-p, .html-table_show dl p {
  text-indent: 0;
}
/* line 89, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-table_show caption {
  padding-bottom: 0.5em;
  width: 96%;
  margin: 0 auto;
  text-align: justify;
}
/* line 94, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-table_show .html-table_foot {
  text-indent: 0;
  padding: 0 1em;
  height: auto;
}

/* line 103, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.mfp-content table {
  margin: 0 auto 1.5em auto;
  border-spacing: 0;
  border: solid;
  border-width: 0.125em 0 0.125em 0px;
}

.mfp-content tr[style='border-top:solid thin'] th, .mfp-content tr[style='border-top:solid thin'] td {
  border-top: solid thin;
}

.mfp-content tr[style='border-bottom:solid thin'] th, .mfp-content tr[style='border-bottom:solid thin'] td {
  border-bottom: solid thin;
}

.mfp-content tr[style='border-bottom:solid thin;border-top:solid thin;'] th, .mfp-content tr[style='border-bottom:solid thin;border-top:solid thin;'] td {
  border-top: solid thin;
  border-bottom: solid thin;
}

.mfp-content tr[style='border-top:solid thin;border-top:solid thin;'] th, .mfp-content tr[style='border-top:solid thin;border-top:solid thin;'] td {
  border-top: solid thin;
  border-bottom: solid thin;
}

.mfp-content tr[style='border-top:solid thin; border-top:solid thin;'] th, .mfp-content tr[style='border-top:solid thin; border-top:solid thin;'] td {
  border-top: solid thin;
  border-bottom: solid thin;
}

.mfp-content tr[style='border-top:solid thin;border-top:solid thin;'] th, .mfp-content tr[style='border-top:solid thin;border-top:solid thin;'] td {
  border-top: solid thin;
  border-bottom: solid thin;
}

/* line 108, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.mfp-content table td, .mfp-content table th {
  padding: 0.3em 0.67em;
}
/* line 110, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.mfp-content table thead {
  border-bottom: 1px;
}
/* line 112, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.mfp-content table thead tr:last-child {
  border-bottom: solid thin;
  font-weight: bolder;
}

/* line 116, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-array-table {
  width: 100%;
}
/* line 118, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-array-table td {
  width: auto;
}

/* line 121, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-fig_show {
  position: relative;
  padding: 2em;
  width: auto;
  max-width: 600px;
  margin: 2.25em auto 1.25em auto;
  overflow: auto;
}
/* line 128, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-fig_show .html-caption {
  padding-bottom: 0.5em;
  width: 96%;
  margin: 0 auto;
}
/* line 132, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-fig_show .html-img {
  text-align: center;
}

.html-fig_show .html-caption .html-p{
  text-indent: 0em;
}
/* line 135, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-fig-wrap {
  display: table;
  width: 100%;
  margin: 1em 0;
  text-indent: 0;
}
/* line 140, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-fig-wrap .html-fig_img {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 1em 2% 1em 1%;
  width: 200px;
  max-width: 200px;
}
/* line 147, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-fig-wrap .html-fig_img img {
  padding: 8px;
  margin-top: 8px;
  width: 184px;
  background: white;
  box-sizing: content-box;
}
/* line 152, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-fig-wrap .html-fig_description {
  display: table-cell;
  vertical-align: middle;
  padding: 1em 2% 1em 4%;
}

.html-fig-wrap .html-fig_description .html-p{
  text-indent: 0em;
}

/* line 157, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-nav {
  position: absolute;
  width: 164px;
  list-style-type: none;
}
/* line 161, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
/*.html-nav .active {*/
  /*background: url(data:image/gif;base64,R0lGODlhBAAHAIABADxjrwAAACH5BAEAAAEALAAAAAAEAAcAAAIIRA4WaeyrVCgAOw==) no-repeat 0 4px;*/
/*}*/
/* line 163, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
/*.html-nav a {*/
  /*text-decoration: none;*/
  /*margin-left: 6px;*/
/*}*/

/* line 166, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-italic {
  font-style: italic;
}
/* line 168, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-italic .html-italic {
  font-style: normal;
}

/* line 170, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-border {
  border-top: 1px #cccccc solid;
}

/* line 173, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article {
  padding: 50px 6%;
  font-family: Times New Roman;
  text-align: justify;
  font-size: 100%;
  word-wrap: break-word;
  letter-spacing: 0.15pt;
  line-height: 1.5em;
  /*border: 1px solid #cccccc;*/
  background-color: #fff;
  width: 100%;
  float: left;
}
/* line 174, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article a {
  text-decoration: none;
}
/* line 8, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article sup {
  font-size: smaller;
  vertical-align: baseline;
  position: relative;
  bottom: 0.33em;
}
/* line 15, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article sub {
  font-size: smaller;
  vertical-align: baseline;
  position: relative;
  bottom: -0.25em;
}
/* line 178, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article section {
  margin: 0.5em 0;
}
/* line 191, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-disp-formula-info {
  text-align: center;
  margin: 0.5em auto;
  display: table;
  width: 100%;
}
/* line 196, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-disp-formula-info .f {
  display: table-cell;
  width: 90%;
  vertical-align: middle;
  font-size: 0.9em;
}
/* line 201, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-disp-formula-info .l {
  display: table-cell;
  width: 10%;
  vertical-align: middle;
}
/* line 205, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-disp-formula-info .html-fig-inline img {
  max-width: 90%;
}
/* line 209, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article  .html-aff-group, article .html-front .html-notes {
  padding: 0.5em 0;
  text-align: left;
  vertical-align: top;
}
/* line 213, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-aff-group .html-aff, article .html-front .html-aff-group .html-note, article .html-front .html-notes .html-aff, article .html-front .html-notes .html-note {
  display: table;
  width: 100%;
}
/* line 216, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-aff-group .html-aff .html-label, article .html-front .html-aff-group .html-note .html-label, article .html-front .html-notes .html-aff .html-label, article .html-front .html-notes .html-note .html-label {
  float: left;
  width: 2%;
  padding-right: 1%;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}
/* line 223, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-aff-group .html-aff .html-content, article .html-front .html-aff-group .html-note .html-content, article .html-front .html-notes .html-aff .html-content, article .html-front .html-notes .html-note .html-content {
  float: left;
  width: 97%;
}

article section .html-aff-group, article section .html-author-group{
  text-indent: 0;
  font-weight: normal;
}

article section .html-aff-group{
  padding: 0.5em 0;
}
article section .html-aff-group .html-aff .html-label sup{
  font-weight: normal;
}

article section .html-author-group{
  padding-bottom: 0;
}

/* line 227, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-abstract {
  border-top: 1px #cccccc solid;
  margin: 1em 0 0;
  padding: 0.5em 1em;
}
/* line 232, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article #html-keywords {
  border-bottom: 1px #cccccc solid;
  margin: 0 0 1em;
  padding: 0.5em 1em;
}
/* line 236, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-gwd-group {
  margin-bottom: 0.5em;
}
/* line 239, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article h1 {
  font-size: 1.5em;
  font-weight: 700;
  padding: 0.5em 0;
  margin: 0;
}
/* line 246, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article h2, article h3 {
  font-size: 100%;
  font-weight: 700;
  padding: 0.5em 0;
  margin: 0;
}
/* line 252, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article h4 {
  font-size: 100%;
  padding: 0.5em 0;
  margin: 0;
  font-weight: 400;
  font-style: normal;
}
/* line 259, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-table-wrap {
  width: 100%;
  margin: 1em 0;
  text-indent: 0;
  display: table;
}
/* line 264, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-table-wrap .html-table_wrap_td {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  max-width: 200px;
  margin: 1em 2% 1em 1%;
}
/* line 271, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-table-wrap .html-table_wrap_td img {
  width: 200px;
}
/* line 274, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-table-wrap .html-table_wrap_discription {
  display: table-cell;
  padding: 1em 2% 1em 4%;
  vertical-align: middle;
}
/* line 279, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article ul {
  margin-left: 1.5em;
  margin-top: 0.5em;
  padding-left: 0.75em;
  list-style-type: none;
}
/* line 28, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article ul li {
  clear: both;
  width: 100%;
}
/* line 31, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article ul li .html-p, article ul li p {
  width: auto;
  float: none;
  text-indent: 0;
}
/* line 22, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article ul dl {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}
/* line 287, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article dl {
  padding-left: 1em;
}
/* line 289, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article dl ul {
  margin-top: 0px;
  margin-left: 1.25em;
  padding-left: 0px;
}
/* line 293, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article dl dl {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}
/* line 297, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article dl dt {
  float: left;
  clear: left;
  text-align: right;
}
/* line 301, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article dl p {
  text-indent: 0;
}
/* line 303, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article dl dd {
  margin-bottom: 1em;
}
/* line 305, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article dl dd .html-p, article dl dd p {
  text-indent: 0em;
  margin-left: 0.5em;
}
/* line 308, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article ol {
  padding: 1em 2em 0;
  margin: 0;
  text-align: left;
}
/* line 312, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article ol li {
  padding: 0.25em 0;
}
/* line 314, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-note-label {
  float: left;
}
/* line 317, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-back-notes .html-p, article .html-back-notes p {
  text-indent: 0;
}
/* line 320, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-oa-logo {
  float: right;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #c8c8c8;
  line-height: 1.5em;
  font-size: 0.83em;
  padding: 0.08em 0.2em;
  margin: 0.2em 0 0;
  text-decoration: none;
}
/* line 329, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-oa-logo a:visite {
  border-bottom: none;
}
/* line 331, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-oa-logo a {
  text-decoration: none;
}
/* line 333, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-oa-logo a .html-oa-logo-extended {
  display: none;
  position: absolute;
  border: 1px solid white;
  padding: 0.2em;
  font-weight: normal;
}
/* line 334, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-oa-logo a .html-oa-logo-extended ul {
  list-style-type: disc;
}
/* line 341, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-oa-logo a .html-oa-logo-extended ul {
  padding: 0;
  margin: 0 0 0 1.3em;
}
/* line 344, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article .html-preformat {
  padding: 0.5em 0;
  text-indent: 0;
  display: block;
  font-family: monospace, serif;
  white-space: pre-wrap;
  margin: 0;
}

/* line 352, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-first-step {
  border-bottom: 1px solid white;
  height: 70px;
  margin-bottom: 20px;
}
/* line 356, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-first-step ul {
  float: left;
  list-style: none;
}
/* line 359, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-first-step ul li {
  line-height: 1.5em;
}
/* line 361, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-first-step .html-font-resize li {
  line-height: 2em;
}
/* line 363, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-first-step ul .html-font-label {
  line-height: 1em;
  padding-bottom: 0.3em;
}

/* line 367, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-font-family {
  width: 44%;
}
/* line 369, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-font-family span {
  float: left;
  border-right: 1px solid white;
  padding-right: 2%;
  padding-left: 2%;
  height: 1.25em;
}
/* line 375, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-font-family .active i {
  color: black;
  background: white;
}
/* line 378, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-font-family i {
  font-style: normal;
  padding: auto 2px;
  cursor: pointer;
}
/* line 382, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-font-family .html-font-label {
  margin-bottom: 0.7em;
  padding-left: 0;
}

/* line 386, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-font-resize {
  width: 26%;
}
/* line 388, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-font-resize span {
  cursor: pointer;
  padding-right: 3%;
  padding-left: 3%;
}
/* line 393, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-font-resize li {
  line-height: 2em;
}

/* line 396, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-font-bg {
  width: 26%;
  float: left;
  list-style: none;
}
/* line 400, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-font-bg li {
  padding-bottom: 10px;
}
/* line 402, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-font-bg .html-nav-bg {
  float: left;
  padding-right: 8%;
  padding-left: 2%;
  padding-top: 0.5em;
}
/* line 407, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-font-bg .html-nav-bg i {
  font-size: 1.5em;
}
/* line 409, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-font-bg .html-nav-creme {
  color: #fafac8;
}

/* line 412, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-recomment-ul {
  width: 26%;
  float: left;
  height: 1px;
}
/* line 416, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-recomment-ul .html-recomment-button {
  width: 16%;
  min-width: 170px;
  float: left;
  border: none;
  background: #1d6297;
  text-align: center;
  padding: 8px 3px;
  margin: 18px 0 5px 0;
  border-radius: 3px;
  line-height: 1em;
}
/* line 427, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-recomment-ul .html-recomment-button:hover {
  background: #48516d;
}

@media screen and (max-width: 1024px) {
  /* line 431, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
  .html-recomment-ul .html-recomment-button {
    min-width: 140px;
  }
}
/* line 434, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-line-space {
  width: 44%;
  float: left;
}
/* line 437, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-line-space li {
  list-style: none;
  padding-bottom: 5px;
}
/* line 440, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-line-space span {
  margin-right: 1%;
  cursor: pointer;
  padding: 1% 2%;
}

/* line 445, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-column-width {
  width: 26%;
  float: left;
  list-style: none;
}
/* line 449, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-column-width li {
  padding-bottom: 5px;
}
/* line 451, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-column-width span {
  margin-right: 1%;
  cursor: pointer;
  padding: 1% 3%;
}

/* line 457, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-column-width .active, .html-line-space .active, .html-font-resize .active {
  color: black;
  background: white;
}
/* line 460, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-column-width .a1, .html-line-space .a1, .html-font-resize .a1 {
  font-size: 1em;
}
/* line 462, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-column-width .a2, .html-line-space .a2, .html-font-resize .a2 {
  font-size: 1.3em;
}
/* line 464, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-column-width .a3, .html-line-space .a3, .html-font-resize .a3 {
  font-size: 1.6em;
}
/* line 466, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-column-width .a4, .html-line-space .a4, .html-font-resize .a4 {
  font-size: 1.9em;
}
/* line 468, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-column-width .a5, .html-line-space .a5, .html-font-resize .a5 {
  font-size: 2.2em;
}

/* line 471, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-article-menu {
  display: none;
  margin: 10px 0 0 3%;
  text-align: left;
  width: 97%;
  float: left;
  border-bottom: none;
}
/* line 478, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-article-menu .html-font-label {
  font-style: italic;
  line-height: 1em;
}
/* line 481, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-article-menu ul {
  padding: 0 0 0 5px;
  margin: 0;
}

/* line 485, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-sidebar {
  list-style: none;
  float: left;
  width: 100%;
  border-top: 1px solid white;
  margin-top: 5px;
  padding-bottom: 0;
}
/* line 492, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-sidebar li {
  padding-top: 5px;
}

/* line 494, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-profile-nav {
  position: absolute;
  z-index: 2;
  color: white;
  width: 100%;
  background-color: black;
  cursor: pointer;
  line-height: 0px;
}
/* line 501, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-profile-nav .top-bar {
  border-bottom: 1px solid #cccccc;
}
/* line 503, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-profile-nav .nav-btn {
  float: right;
  margin-right: 3%;
  font-size: 0.8em;
  position: relative;
  top: 10%;
  bottom: 10%;
  height: 80%;
}
/* line 511, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-profile-nav .nav-close-btn, .html-profile-nav .nav-loading {
  display: none;
  width: 100px;
  margin: 0 auto;
  height: 0;
  line-height: 2em;
  text-align: center;
}
/* line 520, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-profile-nav .nav-sidebar-btn {
  float: left;
  margin-left: 1%;
}
/* line 523, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-profile-nav .nav-sidebar-action {
  float: right;
  line-height: 2em;
  height: 2em;
  margin-left: 4px;
}
/* line 528, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-profile-nav .top-bar {
  height: 30px;
  line-height: 0px;
}

/* line 530, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.affix {
  position: fixed;
}

/* line 532, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-profile-nav.affix {
  top: 0px;
}

/* line 534, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-nav.affix {
  top: 10px;
}

/* line 538, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
#SupplementaryFiles li {
  list-style: none;
}
/* line 540, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
#SupplementaryFiles li b {
  font-weight: normal;
}
/* line 542, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
#SupplementaryFiles li .html-supplementary_p {
  display: inline;
}

/* line 544, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
li.html-sypp_material {
  list-style: none;
}
/* line 546, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
li.html-sypp_material b {
  font-weight: normal;
}
/* line 548, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
li.html-sypp_material .html-supplementary_p {
  display: inline;
}

/* line 550, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
#maincol {
  font-size: 11pt;
}

/* line 553, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-profile-nav.dark {
  background-color: #3c3c3c;
}

/* line 555, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-profile-nav.bright, article.html-profile-nav.creme, .html-profile-nav.creme {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 558, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.dark {
  background: #333333;
  color: #dddddd;
}
/* line 559, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.dark .ui-tooltip {
  background: #cccccc;
}
/* line 563, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.dark h1, article.dark h2, article.dark h3, article.dark h4, article.dark h5, article.dark h6 {
  color: #dddddd;
}
/* line 565, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.dark a {
  color: #0099cc;
}
/* line 567, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.dark a:visite {
  color: #0099cc;
}
/* line 569, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.dark a:link {
  color: #0099cc;
}
/* line 571, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.dark .html-fig_show, article.dark .html-table_show, article.dark .html-front .active {
  background: #444444;
}
/* line 573, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.dark .html-oa-logo {
  background-color: #0099cc;
  box-shadow: 1px 1px 1px #444444;
  color: white;
}
/* line 577, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.dark .html-oa-logo a {
  color: white;
}
/* line 579, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.dark .html-oa-logo .html-oa-logo-extended {
  background-color: #0099cc;
  color: white;
  border: 1px solid white;
}

/* line 585, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.bright h1, article.creme h1, article.bright h2, article.creme h2, article.bright h3, article.creme h3, article.bright h4, article.creme h4, article.bright h5, article.creme h5, article.bright h6, article.creme h6 {
  color: black;
}
/* line 587, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.bright .ui-tooltip, article.creme .ui-tooltip {
  background: #cccccc;
}
/* line 589, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.bright a, article.creme a {
  color: #3156a2;
}
/* line 591, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.bright a:visite, article.creme a:visite {
  color: #934e4e;
}
/* line 593, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.bright a:link, article.creme a:link {
  color: #3156a2;
}
/* line 595, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.bright .html-front .active, article.creme .html-front .active {
  background: #cccccc;
}
/* line 597, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.bright .html-fig_show, article.creme .html-fig_show, article.bright .html-table_show, article.creme .html-table_show {
  background: #f6f6f6;
}
/* line 599, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.bright .html-oa-logo, article.creme .html-oa-logo {
  background-color: #1d6297;
  color: white;
}
/* line 602, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.bright .html-oa-logo a, article.creme .html-oa-logo a {
  color: white;
}
/* line 604, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.bright .html-oa-logo .html-oa-logo-extended, article.creme .html-oa-logo .html-oa-logo-extended {
  background-color: #1d6297;
  color: white;
  border: 1px solid white;
}

/* line 609, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.creme {
  background: #fafac8;
}
/* line 612, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.creme .ui-tooltip {
  background: #fafac8;
}
/* line 614, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
article.creme .html-fig_show, article.creme .html-table_show {
  background: #fafac8;
}

/* line 616, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-tablepopup, .html-figpopup {
  outline: none;
  cursor: pointer;
}

/* line 619, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-expand {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAyCAYAAACpgnCWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlpJREFUeNpiNDY2ZgACaSDuBWIbKJtS8BSIjwBxMYjNAiTUgfgYEAsxUA+AHBoOxK5AbMsEJFqobAEyAJnbwgS1jZbAFWQJP40t4WFioANgwSYYEBDAUFRUxMDFxYUhZ2JiAqYPHDjAwMPDg1OeoCUlJSUMHBwcDF+/fmX4//8/bXwCsgAE7O3tcWp0cHAA+2Tq1KkM2traeC0hO04EBQUZpk2bBrbg48eP1LcEZMGMGTMYtLS0GN69e8dQWFhIenARAn19fQzKysoMr169YkhPT2f48OED9X3S29vLcOvWLbAFjx8/Zvj8+TM4VWFLWWT75MqVKwxRUVFEq6daZjxz5gwY09QSuviE5NT148cPcIY8ePAgUTmekZERro9oS0CpB5T2ubm5iXbtt2/fGPr7+7E7Alj9/h8WcQKy5CON7fgCsmQfjS3ZDbKkBojf0cgCkLk1IEuuAbEeEK8B4hdUMvwF1DyQuddYJC1qYBJ/oZgaAMWs0cbdaOMOAdys5BlSgnQZODkwpX1zNoDpFd3eDNycrDjlCVqSFqLHwM7GzPDtxx/aNe5AFoBAeMkWnBojSreCfdKUY8WgJi9Im1KYn4edoTnXGmzB56+/qG8JyILWPGsGVTkBhg+ffzI0zzxB/cZdbbo5g7wUH8PbDz8YKiceZvj05Rf1LZm99jJDdqQBQ/ucUwzPX3/FmaoosuTmg/cMee376V/9bp4SAMYjsHH389dfcIZc2eNDUuMOpI9oS0CpJzlQh4GLg/h08R1YBM1df4V4S3YefQDGo4270cYdRY07gAADAEjYxGK8ZXdOAAAAAElFTkSuQmCC) no-repeat 0 0;
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  cursor: pointer;
}

/* line 628, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-expand.html-figpopup {
  top: 0;
  right: -8px;
}

/* line 631, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-expand.html-tablepopup {
  top: -8px;
  right: -8px;
}

/* line 634, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-expand:hover {
  background-position: 0 -25px;
}

/* line 636, /Users/meng/pro/xml-html/app/assets/stylesheets/articles.css.sass */
.html-figpopup-link, .html-tablepopup-link {
  position: relative;
}

.html-align-center{
  text-align: center;
}

.html-align-left{
  text-align: left;
}

.html-align-right{
  text-align: right;
}

.html-orcid-img{
  margin-left: 3px;
  max-width: 15px !important;
  border-radius: 15px;
  border: none;
  position: relative;
  top: -5px;
}
article .underline {
  border-bottom: 1px solid #777
}
.html-fig-wrap .html-fig-caption{
    display: block;
}
.html-fig-wrap-display{
    width: 95%;
}

