/*
 * Editor.md
 *
 * @file        editormd.preview.css 
 * @version     v1.5.0 
 * @description Open source online markdown editor.
 * @license     MIT License
 * @author      Pandao
 * {@link       https://github.com/pandao/editor.md}
 * @updateTime  2015-06-09
 */

@charset "UTF-8";
/*! prefixes.scss v0.1.0 | Author: Pandao | https://github.com/pandao/prefixes.scss | MIT license | Copyright (c) 2015 */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome' !important;
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0") !important;
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg") !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.fa {
  display: inline-block !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  transform: translate(0, 0) !important;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em !important;
  line-height: 0.75em !important;
  vertical-align: -15% !important;
}

.fa-2x {
  font-size: 2em !important;
}

.fa-3x {
  font-size: 3em !important;
}

.fa-4x {
  font-size: 4em !important;
}

.fa-5x {
  font-size: 5em !important;
}

.fa-fw {
  width: 1.28571429em !important;
  text-align: center !important;
}

.fa-ul {
  padding-left: 0 !important;
  margin-left: 2.14285714em !important;
  list-style-type: none !important;
}

.fa-ul > li {
  position: relative !important;
}

.fa-li {
  position: absolute !important;
  left: -2.14285714em !important;
  width: 2.14285714em !important;
  top: 0.14285714em !important;
  text-align: center !important;
}

.fa-li.fa-lg {
  left: -1.85714286em !important;
}

.fa-border {
  padding: .2em .25em .15em !important;
  border: solid 0.08em #eeeeee !important;
  border-radius: .1em !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.fa.pull-left {
  margin-right: .3em !important;
}

.fa.pull-right {
  margin-left: .3em !important;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear !important;
  animation: fa-spin 2s infinite linear !important;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8) !important;
  animation: fa-spin 1s infinite steps(8) !important;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }
  100% {
    -webkit-transform: rotate(359deg) !important;
    transform: rotate(359deg) !important;
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }
  100% {
    -webkit-transform: rotate(359deg) !important;
    transform: rotate(359deg) !important;
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1) !important;
  -webkit-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2) !important;
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) !important;
  -webkit-transform: rotate(270deg) !important;
  -ms-transform: rotate(270deg) !important;
  transform: rotate(270deg) !important;
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1) !important;
  -webkit-transform: scale(-1, 1) !important;
  -ms-transform: scale(-1, 1) !important;
  transform: scale(-1, 1) !important;
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1) !important;
  -webkit-transform: scale(1, -1) !important;
  -ms-transform: scale(1, -1) !important;
  transform: scale(1, -1) !important;
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none !important;
}

.fa-stack {
  position: relative !important;
  display: inline-block !important;
  width: 2em !important;
  height: 2em !important;
  line-height: 2em !important;
  vertical-align: middle !important;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
  text-align: center !important;
}

.fa-stack-1x {
  line-height: inherit !important;
}

.fa-stack-2x {
  font-size: 2em !important;
}

.fa-inverse {
  color: #ffffff !important;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000" !important;
}

.fa-music:before {
  content: "\f001" !important;
}

.fa-search:before {
  content: "\f002" !important;
}

.fa-envelope-o:before {
  content: "\f003" !important;
}

.fa-heart:before {
  content: "\f004" !important;
}

.fa-star:before {
  content: "\f005" !important;
}

.fa-star-o:before {
  content: "\f006" !important;
}

.fa-user:before {
  content: "\f007" !important;
}

.fa-film:before {
  content: "\f008" !important;
}

.fa-th-large:before {
  content: "\f009" !important;
}

.fa-th:before {
  content: "\f00a" !important;
}

.fa-th-list:before {
  content: "\f00b" !important;
}

.fa-check:before {
  content: "\f00c" !important;
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d" !important;
}

.fa-search-plus:before {
  content: "\f00e" !important;
}

.fa-search-minus:before {
  content: "\f010" !important;
}

.fa-power-off:before {
  content: "\f011" !important;
}

.fa-signal:before {
  content: "\f012" !important;
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013" !important;
}

.fa-trash-o:before {
  content: "\f014" !important;
}

.fa-home:before {
  content: "\f015" !important;
}

.fa-file-o:before {
  content: "\f016" !important;
}

.fa-clock-o:before {
  content: "\f017" !important;
}

.fa-road:before {
  content: "\f018" !important;
}

.fa-download:before {
  content: "\f019" !important;
}

.fa-arrow-circle-o-down:before {
  content: "\f01a" !important;
}

.fa-arrow-circle-o-up:before {
  content: "\f01b" !important;
}

.fa-inbox:before {
  content: "\f01c" !important;
}

.fa-play-circle-o:before {
  content: "\f01d" !important;
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e" !important;
}

.fa-refresh:before {
  content: "\f021" !important;
}

.fa-list-alt:before {
  content: "\f022" !important;
}

.fa-lock:before {
  content: "\f023" !important;
}

.fa-flag:before {
  content: "\f024" !important;
}

.fa-headphones:before {
  content: "\f025" !important;
}

.fa-volume-off:before {
  content: "\f026" !important;
}

.fa-volume-down:before {
  content: "\f027" !important;
}

.fa-volume-up:before {
  content: "\f028" !important;
}

.fa-qrcode:before {
  content: "\f029" !important;
}

.fa-barcode:before {
  content: "\f02a" !important;
}

.fa-tag:before {
  content: "\f02b" !important;
}

.fa-tags:before {
  content: "\f02c" !important;
}

.fa-book:before {
  content: "\f02d" !important;
}

.fa-bookmark:before {
  content: "\f02e" !important;
}

.fa-print:before {
  content: "\f02f" !important;
}

.fa-camera:before {
  content: "\f030" !important;
}

.fa-font:before {
  content: "\f031" !important;
}

.fa-bold:before {
  content: "\f032" !important;
}

.fa-italic:before {
  content: "\f033" !important;
}

.fa-text-height:before {
  content: "\f034" !important;
}

.fa-text-width:before {
  content: "\f035" !important;
}

.fa-align-left:before {
  content: "\f036" !important;
}

.fa-align-center:before {
  content: "\f037" !important;
}

.fa-align-right:before {
  content: "\f038" !important;
}

.fa-align-justify:before {
  content: "\f039" !important;
}

.fa-list:before {
  content: "\f03a" !important;
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b" !important;
}

.fa-indent:before {
  content: "\f03c" !important;
}

.fa-video-camera:before {
  content: "\f03d" !important;
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e" !important;
}

.fa-pencil:before {
  content: "\f040" !important;
}

.fa-map-marker:before {
  content: "\f041" !important;
}

.fa-adjust:before {
  content: "\f042" !important;
}

.fa-tint:before {
  content: "\f043" !important;
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044" !important;
}

.fa-share-square-o:before {
  content: "\f045" !important;
}

.fa-check-square-o:before {
  content: "\f046" !important;
}

.fa-arrows:before {
  content: "\f047" !important;
}

.fa-step-backward:before {
  content: "\f048" !important;
}

.fa-fast-backward:before {
  content: "\f049" !important;
}

.fa-backward:before {
  content: "\f04a" !important;
}

.fa-play:before {
  content: "\f04b" !important;
}

.fa-pause:before {
  content: "\f04c" !important;
}

.fa-stop:before {
  content: "\f04d" !important;
}

.fa-forward:before {
  content: "\f04e" !important;
}

.fa-fast-forward:before {
  content: "\f050" !important;
}

.fa-step-forward:before {
  content: "\f051" !important;
}

.fa-eject:before {
  content: "\f052" !important;
}

.fa-chevron-left:before {
  content: "\f053" !important;
}

.fa-chevron-right:before {
  content: "\f054" !important;
}

.fa-plus-circle:before {
  content: "\f055" !important;
}

.fa-minus-circle:before {
  content: "\f056" !important;
}

.fa-times-circle:before {
  content: "\f057" !important;
}

.fa-check-circle:before {
  content: "\f058" !important;
}

.fa-question-circle:before {
  content: "\f059" !important;
}

.fa-info-circle:before {
  content: "\f05a" !important;
}

.fa-crosshairs:before {
  content: "\f05b" !important;
}

.fa-times-circle-o:before {
  content: "\f05c" !important;
}

.fa-check-circle-o:before {
  content: "\f05d" !important;
}

.fa-ban:before {
  content: "\f05e" !important;
}

.fa-arrow-left:before {
  content: "\f060" !important;
}

.fa-arrow-right:before {
  content: "\f061" !important;
}

.fa-arrow-up:before {
  content: "\f062" !important;
}

.fa-arrow-down:before {
  content: "\f063" !important;
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064" !important;
}

.fa-expand:before {
  content: "\f065" !important;
}

.fa-compress:before {
  content: "\f066" !important;
}

.fa-plus:before {
  content: "\f067" !important;
}

.fa-minus:before {
  content: "\f068" !important;
}

.fa-asterisk:before {
  content: "\f069" !important;
}

.fa-exclamation-circle:before {
  content: "\f06a" !important;
}

.fa-gift:before {
  content: "\f06b" !important;
}

.fa-leaf:before {
  content: "\f06c" !important;
}

.fa-fire:before {
  content: "\f06d" !important;
}

.fa-eye:before {
  content: "\f06e" !important;
}

.fa-eye-slash:before {
  content: "\f070" !important;
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071" !important;
}

.fa-plane:before {
  content: "\f072" !important;
}

.fa-calendar:before {
  content: "\f073" !important;
}

.fa-random:before {
  content: "\f074" !important;
}

.fa-comment:before {
  content: "\f075" !important;
}

.fa-magnet:before {
  content: "\f076" !important;
}

.fa-chevron-up:before {
  content: "\f077" !important;
}

.fa-chevron-down:before {
  content: "\f078" !important;
}

.fa-retweet:before {
  content: "\f079" !important;
}

.fa-shopping-cart:before {
  content: "\f07a" !important;
}

.fa-folder:before {
  content: "\f07b" !important;
}

.fa-folder-open:before {
  content: "\f07c" !important;
}

.fa-arrows-v:before {
  content: "\f07d" !important;
}

.fa-arrows-h:before {
  content: "\f07e" !important;
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080" !important;
}

.fa-twitter-square:before {
  content: "\f081" !important;
}

.fa-facebook-square:before {
  content: "\f082" !important;
}

.fa-camera-retro:before {
  content: "\f083" !important;
}

.fa-key:before {
  content: "\f084" !important;
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085" !important;
}

.fa-comments:before {
  content: "\f086" !important;
}

.fa-thumbs-o-up:before {
  content: "\f087" !important;
}

.fa-thumbs-o-down:before {
  content: "\f088" !important;
}

.fa-star-half:before {
  content: "\f089" !important;
}

.fa-heart-o:before {
  content: "\f08a" !important;
}

.fa-sign-out:before {
  content: "\f08b" !important;
}

.fa-linkedin-square:before {
  content: "\f08c" !important;
}

.fa-thumb-tack:before {
  content: "\f08d" !important;
}

.fa-external-link:before {
  content: "\f08e" !important;
}

.fa-sign-in:before {
  content: "\f090" !important;
}

.fa-trophy:before {
  content: "\f091" !important;
}

.fa-github-square:before {
  content: "\f092" !important;
}

.fa-upload:before {
  content: "\f093" !important;
}

.fa-lemon-o:before {
  content: "\f094" !important;
}

.fa-phone:before {
  content: "\f095" !important;
}

.fa-square-o:before {
  content: "\f096" !important;
}

.fa-bookmark-o:before {
  content: "\f097" !important;
}

.fa-phone-square:before {
  content: "\f098" !important;
}

.fa-twitter:before {
  content: "\f099" !important;
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a" !important;
}

.fa-github:before {
  content: "\f09b" !important;
}

.fa-unlock:before {
  content: "\f09c" !important;
}

.fa-credit-card:before {
  content: "\f09d" !important;
}

.fa-rss:before {
  content: "\f09e" !important;
}

.fa-hdd-o:before {
  content: "\f0a0" !important;
}

.fa-bullhorn:before {
  content: "\f0a1" !important;
}

.fa-bell:before {
  content: "\f0f3" !important;
}

.fa-certificate:before {
  content: "\f0a3" !important;
}

.fa-hand-o-right:before {
  content: "\f0a4" !important;
}

.fa-hand-o-left:before {
  content: "\f0a5" !important;
}

.fa-hand-o-up:before {
  content: "\f0a6" !important;
}

.fa-hand-o-down:before {
  content: "\f0a7" !important;
}

.fa-arrow-circle-left:before {
  content: "\f0a8" !important;
}

.fa-arrow-circle-right:before {
  content: "\f0a9" !important;
}

.fa-arrow-circle-up:before {
  content: "\f0aa" !important;
}

.fa-arrow-circle-down:before {
  content: "\f0ab" !important;
}

.fa-globe:before {
  content: "\f0ac" !important;
}

.fa-wrench:before {
  content: "\f0ad" !important;
}

.fa-tasks:before {
  content: "\f0ae" !important;
}

.fa-filter:before {
  content: "\f0b0" !important;
}

.fa-briefcase:before {
  content: "\f0b1" !important;
}

.fa-arrows-alt:before {
  content: "\f0b2" !important;
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0" !important;
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1" !important;
}

.fa-cloud:before {
  content: "\f0c2" !important;
}

.fa-flask:before {
  content: "\f0c3" !important;
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4" !important;
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5" !important;
}

.fa-paperclip:before {
  content: "\f0c6" !important;
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7" !important;
}

.fa-square:before {
  content: "\f0c8" !important;
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9" !important;
}

.fa-list-ul:before {
  content: "\f0ca" !important;
}

.fa-list-ol:before {
  content: "\f0cb" !important;
}

.fa-strikethrough:before {
  content: "\f0cc" !important;
}

.fa-underline:before {
  content: "\f0cd" !important;
}

.fa-table:before {
  content: "\f0ce" !important;
}

.fa-magic:before {
  content: "\f0d0" !important;
}

.fa-truck:before {
  content: "\f0d1" !important;
}

.fa-pinterest:before {
  content: "\f0d2" !important;
}

.fa-pinterest-square:before {
  content: "\f0d3" !important;
}

.fa-google-plus-square:before {
  content: "\f0d4" !important;
}

.fa-google-plus:before {
  content: "\f0d5" !important;
}

.fa-money:before {
  content: "\f0d6" !important;
}

.fa-caret-down:before {
  content: "\f0d7" !important;
}

.fa-caret-up:before {
  content: "\f0d8" !important;
}

.fa-caret-left:before {
  content: "\f0d9" !important;
}

.fa-caret-right:before {
  content: "\f0da" !important;
}

.fa-columns:before {
  content: "\f0db" !important;
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc" !important;
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd" !important;
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de" !important;
}

.fa-envelope:before {
  content: "\f0e0" !important;
}

.fa-linkedin:before {
  content: "\f0e1" !important;
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2" !important;
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3" !important;
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4" !important;
}

.fa-comment-o:before {
  content: "\f0e5" !important;
}

.fa-comments-o:before {
  content: "\f0e6" !important;
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7" !important;
}

.fa-sitemap:before {
  content: "\f0e8" !important;
}

.fa-umbrella:before {
  content: "\f0e9" !important;
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea" !important;
}

.fa-lightbulb-o:before {
  content: "\f0eb" !important;
}

.fa-exchange:before {
  content: "\f0ec" !important;
}

.fa-cloud-download:before {
  content: "\f0ed" !important;
}

.fa-cloud-upload:before {
  content: "\f0ee" !important;
}

.fa-user-md:before {
  content: "\f0f0" !important;
}

.fa-stethoscope:before {
  content: "\f0f1" !important;
}

.fa-suitcase:before {
  content: "\f0f2" !important;
}

.fa-bell-o:before {
  content: "\f0a2" !important;
}

.fa-coffee:before {
  content: "\f0f4" !important;
}

.fa-cutlery:before {
  content: "\f0f5" !important;
}

.fa-file-text-o:before {
  content: "\f0f6" !important;
}

.fa-building-o:before {
  content: "\f0f7" !important;
}

.fa-hospital-o:before {
  content: "\f0f8" !important;
}

.fa-ambulance:before {
  content: "\f0f9" !important;
}

.fa-medkit:before {
  content: "\f0fa" !important;
}

.fa-fighter-jet:before {
  content: "\f0fb" !important;
}

.fa-beer:before {
  content: "\f0fc" !important;
}

.fa-h-square:before {
  content: "\f0fd" !important;
}

.fa-plus-square:before {
  content: "\f0fe" !important;
}

.fa-angle-double-left:before {
  content: "\f100" !important;
}

.fa-angle-double-right:before {
  content: "\f101" !important;
}

.fa-angle-double-up:before {
  content: "\f102" !important;
}

.fa-angle-double-down:before {
  content: "\f103" !important;
}

.fa-angle-left:before {
  content: "\f104" !important;
}

.fa-angle-right:before {
  content: "\f105" !important;
}

.fa-angle-up:before {
  content: "\f106" !important;
}

.fa-angle-down:before {
  content: "\f107" !important;
}

.fa-desktop:before {
  content: "\f108" !important;
}

.fa-laptop:before {
  content: "\f109" !important;
}

.fa-tablet:before {
  content: "\f10a" !important;
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b" !important;
}

.fa-circle-o:before {
  content: "\f10c" !important;
}

.fa-quote-left:before {
  content: "\f10d" !important;
}

.fa-quote-right:before {
  content: "\f10e" !important;
}

.fa-spinner:before {
  content: "\f110" !important;
}

.fa-circle:before {
  content: "\f111" !important;
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112" !important;
}

.fa-github-alt:before {
  content: "\f113" !important;
}

.fa-folder-o:before {
  content: "\f114" !important;
}

.fa-folder-open-o:before {
  content: "\f115" !important;
}

.fa-smile-o:before {
  content: "\f118" !important;
}

.fa-frown-o:before {
  content: "\f119" !important;
}

.fa-meh-o:before {
  content: "\f11a" !important;
}

.fa-gamepad:before {
  content: "\f11b" !important;
}

.fa-keyboard-o:before {
  content: "\f11c" !important;
}

.fa-flag-o:before {
  content: "\f11d" !important;
}

.fa-flag-checkered:before {
  content: "\f11e" !important;
}

.fa-terminal:before {
  content: "\f120" !important;
}

.fa-code:before {
  content: "\f121" !important;
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122" !important;
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123" !important;
}

.fa-location-arrow:before {
  content: "\f124" !important;
}

.fa-crop:before {
  content: "\f125" !important;
}

.fa-code-fork:before {
  content: "\f126" !important;
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127" !important;
}

.fa-question:before {
  content: "\f128" !important;
}

.fa-info:before {
  content: "\f129" !important;
}

.fa-exclamation:before {
  content: "\f12a" !important;
}

.fa-superscript:before {
  content: "\f12b" !important;
}

.fa-subscript:before {
  content: "\f12c" !important;
}

.fa-eraser:before {
  content: "\f12d" !important;
}

.fa-puzzle-piece:before {
  content: "\f12e" !important;
}

.fa-microphone:before {
  content: "\f130" !important;
}

.fa-microphone-slash:before {
  content: "\f131" !important;
}

.fa-shield:before {
  content: "\f132" !important;
}

.fa-calendar-o:before {
  content: "\f133" !important;
}

.fa-fire-extinguisher:before {
  content: "\f134" !important;
}

.fa-rocket:before {
  content: "\f135" !important;
}

.fa-maxcdn:before {
  content: "\f136" !important;
}

.fa-chevron-circle-left:before {
  content: "\f137" !important;
}

.fa-chevron-circle-right:before {
  content: "\f138" !important;
}

.fa-chevron-circle-up:before {
  content: "\f139" !important;
}

.fa-chevron-circle-down:before {
  content: "\f13a" !important;
}

.fa-html5:before {
  content: "\f13b" !important;
}

.fa-css3:before {
  content: "\f13c" !important;
}

.fa-anchor:before {
  content: "\f13d" !important;
}

.fa-unlock-alt:before {
  content: "\f13e" !important;
}

.fa-bullseye:before {
  content: "\f140" !important;
}

.fa-ellipsis-h:before {
  content: "\f141" !important;
}

.fa-ellipsis-v:before {
  content: "\f142" !important;
}

.fa-rss-square:before {
  content: "\f143" !important;
}

.fa-play-circle:before {
  content: "\f144" !important;
}

.fa-ticket:before {
  content: "\f145" !important;
}

.fa-minus-square:before {
  content: "\f146" !important;
}

.fa-minus-square-o:before {
  content: "\f147" !important;
}

.fa-level-up:before {
  content: "\f148" !important;
}

.fa-level-down:before {
  content: "\f149" !important;
}

.fa-check-square:before {
  content: "\f14a" !important;
}

.fa-pencil-square:before {
  content: "\f14b" !important;
}

.fa-external-link-square:before {
  content: "\f14c" !important;
}

.fa-share-square:before {
  content: "\f14d" !important;
}

.fa-compass:before {
  content: "\f14e" !important;
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150" !important;
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151" !important;
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152" !important;
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153" !important;
}

.fa-gbp:before {
  content: "\f154" !important;
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155" !important;
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156" !important;
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157" !important;
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158" !important;
}

.fa-won:before,
.fa-krw:before {
  content: "\f159" !important;
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a" !important;
}

.fa-file:before {
  content: "\f15b" !important;
}

.fa-file-text:before {
  content: "\f15c" !important;
}

.fa-sort-alpha-asc:before {
  content: "\f15d" !important;
}

.fa-sort-alpha-desc:before {
  content: "\f15e" !important;
}

.fa-sort-amount-asc:before {
  content: "\f160" !important;
}

.fa-sort-amount-desc:before {
  content: "\f161" !important;
}

.fa-sort-numeric-asc:before {
  content: "\f162" !important;
}

.fa-sort-numeric-desc:before {
  content: "\f163" !important;
}

.fa-thumbs-up:before {
  content: "\f164" !important;
}

.fa-thumbs-down:before {
  content: "\f165" !important;
}

.fa-youtube-square:before {
  content: "\f166" !important;
}

.fa-youtube:before {
  content: "\f167" !important;
}

.fa-xing:before {
  content: "\f168" !important;
}

.fa-xing-square:before {
  content: "\f169" !important;
}

.fa-youtube-play:before {
  content: "\f16a" !important;
}

.fa-dropbox:before {
  content: "\f16b" !important;
}

.fa-stack-overflow:before {
  content: "\f16c" !important;
}

.fa-instagram:before {
  content: "\f16d" !important;
}

.fa-flickr:before {
  content: "\f16e" !important;
}

.fa-adn:before {
  content: "\f170" !important;
}

.fa-bitbucket:before {
  content: "\f171" !important;
}

.fa-bitbucket-square:before {
  content: "\f172" !important;
}

.fa-tumblr:before {
  content: "\f173" !important;
}

.fa-tumblr-square:before {
  content: "\f174" !important;
}

.fa-long-arrow-down:before {
  content: "\f175" !important;
}

.fa-long-arrow-up:before {
  content: "\f176" !important;
}

.fa-long-arrow-left:before {
  content: "\f177" !important;
}

.fa-long-arrow-right:before {
  content: "\f178" !important;
}

.fa-apple:before {
  content: "\f179" !important;
}

.fa-windows:before {
  content: "\f17a" !important;
}

.fa-android:before {
  content: "\f17b" !important;
}

.fa-linux:before {
  content: "\f17c" !important;
}

.fa-dribbble:before {
  content: "\f17d" !important;
}

.fa-skype:before {
  content: "\f17e" !important;
}

.fa-foursquare:before {
  content: "\f180" !important;
}

.fa-trello:before {
  content: "\f181" !important;
}

.fa-female:before {
  content: "\f182" !important;
}

.fa-male:before {
  content: "\f183" !important;
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184" !important;
}

.fa-sun-o:before {
  content: "\f185" !important;
}

.fa-moon-o:before {
  content: "\f186" !important;
}

.fa-archive:before {
  content: "\f187" !important;
}

.fa-bug:before {
  content: "\f188" !important;
}

.fa-vk:before {
  content: "\f189" !important;
}

.fa-weibo:before {
  content: "\f18a" !important;
}

.fa-renren:before {
  content: "\f18b" !important;
}

.fa-pagelines:before {
  content: "\f18c" !important;
}

.fa-stack-exchange:before {
  content: "\f18d" !important;
}

.fa-arrow-circle-o-right:before {
  content: "\f18e" !important;
}

.fa-arrow-circle-o-left:before {
  content: "\f190" !important;
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191" !important;
}

.fa-dot-circle-o:before {
  content: "\f192" !important;
}

.fa-wheelchair:before {
  content: "\f193" !important;
}

.fa-vimeo-square:before {
  content: "\f194" !important;
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195" !important;
}

.fa-plus-square-o:before {
  content: "\f196" !important;
}

.fa-space-shuttle:before {
  content: "\f197" !important;
}

.fa-slack:before {
  content: "\f198" !important;
}

.fa-envelope-square:before {
  content: "\f199" !important;
}

.fa-wordpress:before {
  content: "\f19a" !important;
}

.fa-openid:before {
  content: "\f19b" !important;
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c" !important;
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d" !important;
}

.fa-yahoo:before {
  content: "\f19e" !important;
}

.fa-google:before {
  content: "\f1a0" !important;
}

.fa-reddit:before {
  content: "\f1a1" !important;
}

.fa-reddit-square:before {
  content: "\f1a2" !important;
}

.fa-stumbleupon-circle:before {
  content: "\f1a3" !important;
}

.fa-stumbleupon:before {
  content: "\f1a4" !important;
}

.fa-delicious:before {
  content: "\f1a5" !important;
}

.fa-digg:before {
  content: "\f1a6" !important;
}

.fa-pied-piper:before {
  content: "\f1a7" !important;
}

.fa-pied-piper-alt:before {
  content: "\f1a8" !important;
}

.fa-drupal:before {
  content: "\f1a9" !important;
}

.fa-joomla:before {
  content: "\f1aa" !important;
}

.fa-language:before {
  content: "\f1ab" !important;
}

.fa-fax:before {
  content: "\f1ac" !important;
}

.fa-building:before {
  content: "\f1ad" !important;
}

.fa-child:before {
  content: "\f1ae" !important;
}

.fa-paw:before {
  content: "\f1b0" !important;
}

.fa-spoon:before {
  content: "\f1b1" !important;
}

.fa-cube:before {
  content: "\f1b2" !important;
}

.fa-cubes:before {
  content: "\f1b3" !important;
}

.fa-behance:before {
  content: "\f1b4" !important;
}

.fa-behance-square:before {
  content: "\f1b5" !important;
}

.fa-steam:before {
  content: "\f1b6" !important;
}

.fa-steam-square:before {
  content: "\f1b7" !important;
}

.fa-recycle:before {
  content: "\f1b8" !important;
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9" !important;
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba" !important;
}

.fa-tree:before {
  content: "\f1bb" !important;
}

.fa-spotify:before {
  content: "\f1bc" !important;
}

.fa-deviantart:before {
  content: "\f1bd" !important;
}

.fa-soundcloud:before {
  content: "\f1be" !important;
}

.fa-database:before {
  content: "\f1c0" !important;
}

.fa-file-pdf-o:before {
  content: "\f1c1" !important;
}

.fa-file-word-o:before {
  content: "\f1c2" !important;
}

.fa-file-excel-o:before {
  content: "\f1c3" !important;
}

.fa-file-powerpoint-o:before {
  content: "\f1c4" !important;
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5" !important;
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6" !important;
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7" !important;
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8" !important;
}

.fa-file-code-o:before {
  content: "\f1c9" !important;
}

.fa-vine:before {
  content: "\f1ca" !important;
}

.fa-codepen:before {
  content: "\f1cb" !important;
}

.fa-jsfiddle:before {
  content: "\f1cc" !important;
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd" !important;
}

.fa-circle-o-notch:before {
  content: "\f1ce" !important;
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0" !important;
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1" !important;
}

.fa-git-square:before {
  content: "\f1d2" !important;
}

.fa-git:before {
  content: "\f1d3" !important;
}

.fa-hacker-news:before {
  content: "\f1d4" !important;
}

.fa-tencent-weibo:before {
  content: "\f1d5" !important;
}

.fa-qq:before {
  content: "\f1d6" !important;
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7" !important;
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8" !important;
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9" !important;
}

.fa-history:before {
  content: "\f1da" !important;
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db" !important;
}

.fa-header:before {
  content: "\f1dc" !important;
}

.fa-paragraph:before {
  content: "\f1dd" !important;
}

.fa-sliders:before {
  content: "\f1de" !important;
}

.fa-share-alt:before {
  content: "\f1e0" !important;
}

.fa-share-alt-square:before {
  content: "\f1e1" !important;
}

.fa-bomb:before {
  content: "\f1e2" !important;
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3" !important;
}

.fa-tty:before {
  content: "\f1e4" !important;
}

.fa-binoculars:before {
  content: "\f1e5" !important;
}

.fa-plug:before {
  content: "\f1e6" !important;
}

.fa-slideshare:before {
  content: "\f1e7" !important;
}

.fa-twitch:before {
  content: "\f1e8" !important;
}

.fa-yelp:before {
  content: "\f1e9" !important;
}

.fa-newspaper-o:before {
  content: "\f1ea" !important;
}

.fa-wifi:before {
  content: "\f1eb" !important;
}

.fa-calculator:before {
  content: "\f1ec" !important;
}

.fa-paypal:before {
  content: "\f1ed" !important;
}

.fa-google-wallet:before {
  content: "\f1ee" !important;
}

.fa-cc-visa:before {
  content: "\f1f0" !important;
}

.fa-cc-mastercard:before {
  content: "\f1f1" !important;
}

.fa-cc-discover:before {
  content: "\f1f2" !important;
}

.fa-cc-amex:before {
  content: "\f1f3" !important;
}

.fa-cc-paypal:before {
  content: "\f1f4" !important;
}

.fa-cc-stripe:before {
  content: "\f1f5" !important;
}

.fa-bell-slash:before {
  content: "\f1f6" !important;
}

.fa-bell-slash-o:before {
  content: "\f1f7" !important;
}

.fa-trash:before {
  content: "\f1f8" !important;
}

.fa-copyright:before {
  content: "\f1f9" !important;
}

.fa-at:before {
  content: "\f1fa" !important;
}

.fa-eyedropper:before {
  content: "\f1fb" !important;
}

.fa-paint-brush:before {
  content: "\f1fc" !important;
}

.fa-birthday-cake:before {
  content: "\f1fd" !important;
}

.fa-area-chart:before {
  content: "\f1fe" !important;
}

.fa-pie-chart:before {
  content: "\f200" !important;
}

.fa-line-chart:before {
  content: "\f201" !important;
}

.fa-lastfm:before {
  content: "\f202" !important;
}

.fa-lastfm-square:before {
  content: "\f203" !important;
}

.fa-toggle-off:before {
  content: "\f204" !important;
}

.fa-toggle-on:before {
  content: "\f205" !important;
}

.fa-bicycle:before {
  content: "\f206" !important;
}

.fa-bus:before {
  content: "\f207" !important;
}

.fa-ioxhost:before {
  content: "\f208" !important;
}

.fa-angellist:before {
  content: "\f209" !important;
}

.fa-cc:before {
  content: "\f20a" !important;
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b" !important;
}

.fa-meanpath:before {
  content: "\f20c" !important;
}

.fa-buysellads:before {
  content: "\f20d" !important;
}

.fa-connectdevelop:before {
  content: "\f20e" !important;
}

.fa-dashcube:before {
  content: "\f210" !important;
}

.fa-forumbee:before {
  content: "\f211" !important;
}

.fa-leanpub:before {
  content: "\f212" !important;
}

.fa-sellsy:before {
  content: "\f213" !important;
}

.fa-shirtsinbulk:before {
  content: "\f214" !important;
}

.fa-simplybuilt:before {
  content: "\f215" !important;
}

.fa-skyatlas:before {
  content: "\f216" !important;
}

.fa-cart-plus:before {
  content: "\f217" !important;
}

.fa-cart-arrow-down:before {
  content: "\f218" !important;
}

.fa-diamond:before {
  content: "\f219" !important;
}

.fa-ship:before {
  content: "\f21a" !important;
}

.fa-user-secret:before {
  content: "\f21b" !important;
}

.fa-motorcycle:before {
  content: "\f21c" !important;
}

.fa-street-view:before {
  content: "\f21d" !important;
}

.fa-heartbeat:before {
  content: "\f21e" !important;
}

.fa-venus:before {
  content: "\f221" !important;
}

.fa-mars:before {
  content: "\f222" !important;
}

.fa-mercury:before {
  content: "\f223" !important;
}

.fa-transgender:before {
  content: "\f224" !important;
}

.fa-transgender-alt:before {
  content: "\f225" !important;
}

.fa-venus-double:before {
  content: "\f226" !important;
}

.fa-mars-double:before {
  content: "\f227" !important;
}

.fa-venus-mars:before {
  content: "\f228" !important;
}

.fa-mars-stroke:before {
  content: "\f229" !important;
}

.fa-mars-stroke-v:before {
  content: "\f22a" !important;
}

.fa-mars-stroke-h:before {
  content: "\f22b" !important;
}

.fa-neuter:before {
  content: "\f22c" !important;
}

.fa-facebook-official:before {
  content: "\f230" !important;
}

.fa-pinterest-p:before {
  content: "\f231" !important;
}

.fa-whatsapp:before {
  content: "\f232" !important;
}

.fa-server:before {
  content: "\f233" !important;
}

.fa-user-plus:before {
  content: "\f234" !important;
}

.fa-user-times:before {
  content: "\f235" !important;
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236" !important;
}

.fa-viacoin:before {
  content: "\f237" !important;
}

.fa-train:before {
  content: "\f238" !important;
}

.fa-subway:before {
  content: "\f239" !important;
}

.fa-medium:before {
  content: "\f23a" !important;
}

/*! prefixes.scss v0.1.0 | Author: Pandao | https://github.com/pandao/prefixes.scss | MIT license | Copyright (c) 2015 */
@font-face {
  font-family: 'editormd-logo' !important;
  src: url("../fonts/editormd-logo.eot?-5y8q6h") !important;
  src: url(".../fonts/editormd-logo.eot?#iefix-5y8q6h") format("embedded-opentype"), url("../fonts/editormd-logo.woff?-5y8q6h") format("woff"), url("../fonts/editormd-logo.ttf?-5y8q6h") format("truetype"), url("../fonts/editormd-logo.svg?-5y8q6h#icomoon") format("svg") !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.editormd-logo,
.editormd-logo-1x,
.editormd-logo-2x,
.editormd-logo-3x,
.editormd-logo-4x,
.editormd-logo-5x,
.editormd-logo-6x,
.editormd-logo-7x,
.editormd-logo-8x {
  font-family: 'editormd-logo' !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: inherit !important;
  line-height: 1 !important;
  display: inline-block !important;
  text-rendering: auto !important;
  vertical-align: inherit !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.editormd-logo:before,
.editormd-logo-1x:before,
.editormd-logo-2x:before,
.editormd-logo-3x:before,
.editormd-logo-4x:before,
.editormd-logo-5x:before,
.editormd-logo-6x:before,
.editormd-logo-7x:before,
.editormd-logo-8x:before {
  content: "\e1987" !important;
  /* 
  HTML Entity &#xe1987 !important; 
  example: <span class="editormd-logo">&#xe1987 !important;</span>
  */
}

.editormd-logo-1x {
  font-size: 1em !important;
}

.editormd-logo-lg {
  font-size: 1.2em !important;
}

.editormd-logo-2x {
  font-size: 2em !important;
}

.editormd-logo-3x {
  font-size: 3em !important;
}

.editormd-logo-4x {
  font-size: 4em !important;
}

.editormd-logo-5x {
  font-size: 5em !important;
}

.editormd-logo-6x {
  font-size: 6em !important;
}

.editormd-logo-7x {
  font-size: 7em !important;
}

.editormd-logo-8x {
  font-size: 8em !important;
}

.editormd-logo-color {
  color: #2196F3 !important;
}

/*! github-markdown-css | The MIT License (MIT) | Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) | https://github.com/sindresorhus/github-markdown-css */
@font-face {
  font-family: octicons-anchor !important;
  src: url(data:font/woff !important;charset=utf-8 !important;base64,d09GRgABAAAAAAYcAA0AAAAACjQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABwAAAAca8vGTk9TLzIAAAFMAAAARAAAAFZG1VHVY21hcAAAAZAAAAA+AAABQgAP9AdjdnQgAAAB0AAAAAQAAAAEACICiGdhc3AAAAHUAAAACAAAAAj//wADZ2x5ZgAAAdwAAADRAAABEKyikaNoZWFkAAACsAAAAC0AAAA2AtXoA2hoZWEAAALgAAAAHAAAACQHngNFaG10eAAAAvwAAAAQAAAAEAwAACJsb2NhAAADDAAAAAoAAAAKALIAVG1heHAAAAMYAAAAHwAAACABEAB2bmFtZQAAAzgAAALBAAAFu3I9x/Nwb3N0AAAF/AAAAB0AAAAvaoFvbwAAAAEAAAAAzBdyYwAAAADP2IQvAAAAAM/bz7t4nGNgZGFgnMDAysDB1Ml0hoGBoR9CM75mMGLkYGBgYmBlZsAKAtJcUxgcPsR8iGF2+O/AEMPsznAYKMwIkgMA5REMOXicY2BgYGaAYBkGRgYQsAHyGMF8FgYFIM0ChED+h5j//yEk/3KoSgZGNgYYk4GRCUgwMaACRoZhDwCs7QgGAAAAIgKIAAAAAf//AAJ4nHWMMQrCQBBF/0zWrCCIKUQsTDCL2EXMohYGSSmorScInsRGL2DOYJe0Ntp7BK+gJ1BxF1stZvjz/v8DRghQzEc4kIgKwiAppcA9LtzKLSkdNhKFY3HF4lK69ExKslx7Xa+vPRVS43G98vG1DnkDMIBUgFN0MDXflU8tbaZOUkXUH0+U27RoRpOIyCKjbMCVejwypzJJG4jIwb43rfl6wbwanocrJm9XFYfskuVC5K/TPyczNU7b84CXcbxks1Un6H6tLH9vf2LRnn8Ax7A5WQAAAHicY2BkYGAA4teL1+yI57f5ysDNwgAC529f0kOmWRiYVgEpDgYmEA8AUzEKsQAAAHicY2BkYGB2+O/AEMPCAAJAkpEBFbAAADgKAe0EAAAiAAAAAAQAAAAEAAAAAAAAKgAqACoAiAAAeJxjYGRgYGBhsGFgYgABEMkFhAwM/xn0QAIAD6YBhwB4nI1Ty07cMBS9QwKlQapQW3VXySvEqDCZGbGaHULiIQ1FKgjWMxknMfLEke2A+IJu+wntrt/QbVf9gG75jK577Lg8K1qQPCfnnnt8fX1NRC/pmjrk/zprC+8D7tBy9DHgBXoWfQ44Av8t4Bj4Z8CLtBL9CniJluPXASf0Lm4CXqFX8Q84dOLnMB17N4c7tBo1AS/Qi+hTwBH4rwHHwN8DXqQ30XXAS7QaLwSc0Gn8NuAVWou/gFmnjLrEaEh9GmDdDGgL3B4JsrRPDU2hTOiMSuJUIdKQQayiAth69r6akSSFqIJuA19TrzCIaY8sIoxyrNIrL//pw7A2iMygkX5vDj+G+kuoLdX4GlGK/8Lnlz6/h9MpmoO9rafrz7ILXEHHaAx95s9lsI7AHNMBWEZHULnfAXwG9/ZqdzLI08iuwRloXE8kfhXYAvE23+23DU3t626rbs8/8adv+9DWknsHp3E17oCf+Z48rvEQNZ78paYM38qfk3v/u3l3u3GXN2Dmvmvpf1Srwk3pB/VSsp512bA/GG5i2WJ7wu430yQ5K3nFGiOqgtmSB5pJVSizwaacmUZzZhXLlZTq8qGGFY2YcSkqbth6aW1tRmlaCFs2016m5qn36SbJrqosG4uMV4aP2PHBmB3tjtmgN2izkGQyLWprekbIntJFing32a5rKWCN/SdSoga45EJykyQ7asZvHQ8PTm6cslIpwyeyjbVltNikc2HTR7YKh9LBl9DADC0U/jLcBZDKrMhUBfQBvXRzLtFtjU9eNHKin0x5InTqb8lNpfKv1s1xHzTXRqgKzek/mb7nB8RZTCDhGEX3kK/8Q75AmUM/eLkfA+0Hi908Kx4eNsMgudg5GLdRD7a84npi+YxNr5i5KIbW5izXas7cHXIMAau1OueZhfj+cOcP3P8MNIWLyYOBuxL6DRylJ4cAAAB4nGNgYoAALjDJyIAOWMCiTIxMLDmZedkABtIBygAAAA==) format("woff") !important;
}
.markdown-body {
  -ms-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  color: #333 !important;
  overflow: hidden !important;
  font-family: "Microsoft YaHei", Helvetica, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", "Monaco", monospace, Tahoma, STXihei, "鍗庢枃缁嗛粦", STHeiti, "Helvetica Neue", "Droid Sans", "wenquanyi micro hei", FreeSans, Arimo, Arial, SimSun, "瀹嬩綋", Heiti, "榛戜綋", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  word-wrap: break-word !important;
}

.markdown-body a {
  background: transparent !important;
}

.markdown-body a:active,
.markdown-body a:hover {
  outline: 0 !important;
}

.markdown-body strong {
  font-weight: bold !important;
}

.markdown-body h1 {
  font-size: 2em !important;
  margin: 0.67em 0 !important;
}

.markdown-body img {
  border: 0 !important;
}

.markdown-body hr {
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

.markdown-body pre {
  overflow: auto !important;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
  font-family: "Meiryo UI", "YaHei Consolas Hybrid", Consolas, "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace !important;
  font-size: 1em !important;
}

.markdown-body input {
  color: inherit !important;
  font: inherit !important;
  margin: 0 !important;
}

.markdown-body html input[disabled] {
  cursor: default !important;
}

.markdown-body input {
  line-height: normal !important;
}

.markdown-body input[type="checkbox"] {
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 0 !important;
}

.markdown-body table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.markdown-body td,
.markdown-body th {
  padding: 0 !important;
}

.markdown-body * {
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.markdown-body input {
  font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.markdown-body a {
  color: #4183c4 !important;
  text-decoration: none !important;
}

.markdown-body a:hover,
.markdown-body a:active {
  text-decoration: underline !important;
}

.markdown-body hr {
  height: 0 !important;
  margin: 15px 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #ddd !important;
}

.markdown-body hr:before {
  display: table !important;
  content: "" !important;
}

.markdown-body hr:after {
  display: table !important;
  clear: both !important;
  content: "" !important;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  line-height: 1.1 !important;
}

.markdown-body h1 {
  font-size: 30px !important;
}

.markdown-body h2 {
  font-size: 21px !important;
}

.markdown-body h3 {
  font-size: 16px !important;
}

.markdown-body h4 {
  font-size: 14px !important;
}

.markdown-body h5 {
  font-size: 12px !important;
}

.markdown-body h6 {
  font-size: 11px !important;
}

.markdown-body blockquote {
  margin: 0 !important;
}

.markdown-body ul,
.markdown-body ol {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman !important;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha !important;
}

.markdown-body dd {
  margin-left: 0 !important;
}

.markdown-body code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
  font-size: 12px !important;
}

.markdown-body pre {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
}

.markdown-body .octicon {
  font: normal normal 16px octicons-anchor !important;
  line-height: 1 !important;
  display: inline-block !important;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.markdown-body .octicon-link:before {
  content: '\f05c' !important;
}

.markdown-body > *:first-child {
  margin-top: 0 !important !important;
}

.markdown-body > *:last-child {
  margin-bottom: 0 !important !important;
}

.markdown-body .anchor {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  padding-right: 6px !important;
  padding-left: 30px !important;
  margin-left: -30px !important;
}

.markdown-body .anchor:focus {
  outline: none !important;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  position: relative !important;
  margin-top: 1em !important;
  margin-bottom: 16px !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  display: none !important;
  color: #000 !important;
  vertical-align: middle !important;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  padding-left: 8px !important;
  margin-left: -30px !important;
  text-decoration: none !important;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  display: inline-block !important;
}

.markdown-body h1 {
  padding-bottom: 0.3em !important;
  font-size: 2.25em !important;
  line-height: 1.2 !important;
  border-bottom: 1px solid #eee !important;
}

.markdown-body h1 .anchor {
  line-height: 1 !important;
}

.markdown-body h2 {
  padding-bottom: 0.3em !important;
  font-size: 1.75em !important;
  line-height: 1.225 !important;
  border-bottom: 1px solid #eee !important;
}

.markdown-body h2 .anchor {
  line-height: 1 !important;
}

.markdown-body h3 {
  font-size: 1.5em !important;
  line-height: 1.43 !important;
}

.markdown-body h3 .anchor {
  line-height: 1.2 !important;
}

.markdown-body h4 {
  font-size: 1.25em !important;
}

.markdown-body h4 .anchor {
  line-height: 1.2 !important;
}

.markdown-body h5 {
  font-size: 1em !important;
}

.markdown-body h5 .anchor {
  line-height: 1.1 !important;
}

.markdown-body h6 {
  font-size: 1em !important;
  color: #777 !important;
}

.markdown-body h6 .anchor {
  line-height: 1.1 !important;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

/*
.markdown-body hr {
  height: 4px !important;
  padding: 0 !important;
  margin: 16px 0 !important;
  background-color: #e7e7e7 !important;
  border: 0 none !important;
}*/
.markdown-body ul,
.markdown-body ol {
  padding-left: 2em !important;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.markdown-body li > p {
  margin-top: 16px !important;
}

.markdown-body dl {
  padding: 0 !important;
}

.markdown-body dl dt {
  padding: 0 !important;
  margin-top: 16px !important;
  font-size: 1em !important;
  font-style: italic !important;
  font-weight: bold !important;
}

.markdown-body dl dd {
  padding: 0 16px !important;
  margin-bottom: 16px !important;
}

.markdown-body blockquote {
  padding: 0 15px !important;
  color: #777 !important;
  border-left: 4px solid #ddd !important;
}

.markdown-body blockquote > :first-child {
  margin-top: 0 !important;
}

.markdown-body blockquote > :last-child {
  margin-bottom: 0 !important;
}

.markdown-body table {
  display: block !important;
  width: 100% !important;
  overflow: auto !important;
  word-break: normal !important;
  word-break: keep-all !important;
}

.markdown-body table th {
  font-weight: bold !important;
}

.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px !important;
  border: 1px solid #ddd !important;
}

.markdown-body table tr {
  background-color: #fff !important;
  border-top: 1px solid #ccc !important;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f8f8f8 !important;
}

.markdown-body img {
  max-width: 100% !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.markdown-body code {
  padding: 0 !important;
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  margin: 0 !important;
  font-size: 85% !important;
  background-color: rgba(0, 0, 0, 0.04) !important;
  border-radius: 3px !important;
}

.markdown-body code:before,
.markdown-body code:after {
  letter-spacing: -0.2em !important;
  content: "\00a0" !important;
}

.markdown-body pre > code {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 100% !important;
  word-break: normal !important;
  white-space: pre !important;
  background: transparent !important;
  border: 0 !important;
}

.markdown-body .highlight {
  margin-bottom: 16px !important;
}

.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px !important;
  overflow: auto !important;
  font-size: 85% !important;
  line-height: 1.45 !important;
  background-color: #f7f7f7 !important;
  border-radius: 3px !important;
}

.markdown-body .highlight pre {
  margin-bottom: 0 !important;
  word-break: normal !important;
}

.markdown-body pre {
  word-wrap: normal !important;
}

.markdown-body pre code {
  display: inline !important;
  max-width: initial !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: initial !important;
  line-height: inherit !important;
  word-wrap: normal !important;
  background-color: transparent !important;
  border: 0 !important;
}

.markdown-body pre code:before,
.markdown-body pre code:after {
  content: normal !important;
}

.markdown-body kbd {
  display: inline-block !important;
  padding: 3px 5px !important;
  font-size: 11px !important;
  line-height: 10px !important;
  color: #555 !important;
  vertical-align: middle !important;
  background-color: #fcfcfc !important;
  border: solid 1px #ccc !important;
  border-bottom-color: #bbb !important;
  border-radius: 3px !important;
  box-shadow: inset 0 -1px 0 #bbb !important;
}

.markdown-body .pl-c {
  color: #969896 !important;
}

.markdown-body .pl-c1,
.markdown-body .pl-mdh,
.markdown-body .pl-mm,
.markdown-body .pl-mp,
.markdown-body .pl-mr,
.markdown-body .pl-s1 .pl-v,
.markdown-body .pl-s3,
.markdown-body .pl-sc,
.markdown-body .pl-sv {
  color: #0086b3 !important;
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #795da3 !important;
}

.markdown-body .pl-s1 .pl-s2,
.markdown-body .pl-smi,
.markdown-body .pl-smp,
.markdown-body .pl-stj,
.markdown-body .pl-vo,
.markdown-body .pl-vpf {
  color: #333 !important;
}

.markdown-body .pl-ent {
  color: #63a35c !important;
}

.markdown-body .pl-k,
.markdown-body .pl-s,
.markdown-body .pl-st {
  color: #a71d5d !important;
}

.markdown-body .pl-pds,
.markdown-body .pl-s1,
.markdown-body .pl-s1 .pl-pse .pl-s2,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-src {
  color: #df5000 !important;
}

.markdown-body .pl-mo,
.markdown-body .pl-v {
  color: #1d3e81 !important;
}

.markdown-body .pl-id {
  color: #b52a1d !important;
}

.markdown-body .pl-ii {
  background-color: #b52a1d !important;
  color: #f8f8f8 !important;
}

.markdown-body .pl-sr .pl-cce {
  color: #63a35c !important;
  font-weight: bold !important;
}

.markdown-body .pl-ml {
  color: #693a17 !important;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  color: #1d3e81 !important;
  font-weight: bold !important;
}

.markdown-body .pl-mq {
  color: #008080 !important;
}

.markdown-body .pl-mi {
  color: #333 !important;
  font-style: italic !important;
}

.markdown-body .pl-mb {
  color: #333 !important;
  font-weight: bold !important;
}

.markdown-body .pl-md,
.markdown-body .pl-mdhf {
  background-color: #ffecec !important;
  color: #bd2c00 !important;
}

.markdown-body .pl-mdht,
.markdown-body .pl-mi1 {
  background-color: #eaffea !important;
  color: #55a532 !important;
}

.markdown-body .pl-mdr {
  color: #795da3 !important;
  font-weight: bold !important;
}

.markdown-body kbd {
  display: inline-block !important;
  padding: 3px 5px !important;
  font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
  line-height: 10px !important;
  color: #555 !important;
  vertical-align: middle !important;
  background-color: #fcfcfc !important;
  border: solid 1px #ccc !important;
  border-bottom-color: #bbb !important;
  border-radius: 3px !important;
  box-shadow: inset 0 -1px 0 #bbb !important;
}

.markdown-body .task-list-item {
  list-style-type: none !important;
}

.markdown-body .task-list-item + .task-list-item {
  margin-top: 3px !important;
}

.markdown-body .task-list-item input {
  float: left !important;
  margin: 0.3em 0 0.25em -1.6em !important;
  vertical-align: middle !important;
}

.markdown-body :checked + .radio-label {
  z-index: 1 !important;
  position: relative !important;
  border-color: #4183c4 !important;
}

.editormd-preview-container, .editormd-html-preview {
  text-align: left !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  padding: 20px !important;
  overflow: auto !important;
  width: 100% !important;
  background-color: #fff !important;
}
.editormd-preview-container blockquote, .editormd-html-preview blockquote {
  color: #666 !important;
  border-left: 4px solid #ddd !important;
  padding-left: 20px !important;
  margin-left: 0 !important;
  font-size: 14px !important;
  font-style: italic !important;
}
.editormd-preview-container p code, .editormd-html-preview p code {
  margin-left: 5px !important;
  margin-right: 4px !important;
}
.editormd-preview-container abbr, .editormd-html-preview abbr {
  background: #ffffdd !important;
}
.editormd-preview-container hr, .editormd-html-preview hr {
  height: 1px !important;
  border: none !important;
  border-top: 1px solid #ddd !important;
  background: none !important;
}
.editormd-preview-container code, .editormd-html-preview code {
  border: 1px solid #ddd !important;
  background: #f6f6f6 !important;
  padding: 3px !important;
  border-radius: 3px !important;
  font-size: 14px !important;
}
.editormd-preview-container pre, .editormd-html-preview pre {
  border: 1px solid #ddd !important;
  background: #f6f6f6 !important;
  padding: 10px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
.editormd-preview-container pre code, .editormd-html-preview pre code {
  padding: 0 !important;
}
.editormd-preview-container pre, .editormd-preview-container code, .editormd-preview-container kbd, .editormd-html-preview pre, .editormd-html-preview code, .editormd-html-preview kbd {
  font-family: "YaHei Consolas Hybrid", Consolas, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace !important;
}
.editormd-preview-container table thead tr, .editormd-html-preview table thead tr {
  background-color: #F8F8F8 !important;
}
.editormd-preview-container p.editormd-tex, .editormd-html-preview p.editormd-tex {
  text-align: center !important;
}
.editormd-preview-container span.editormd-tex, .editormd-html-preview span.editormd-tex {
  margin: 0 5px !important;
}
.editormd-preview-container .emoji, .editormd-html-preview .emoji {
  width: 24px !important;
  height: 24px !important;
}
.editormd-preview-container .katex, .editormd-html-preview .katex {
  font-size: 1.4em !important;
}
.editormd-preview-container .sequence-diagram, .editormd-preview-container .flowchart, .editormd-html-preview .sequence-diagram, .editormd-html-preview .flowchart {
  margin: 0 auto !important;
  text-align: center !important;
}
.editormd-preview-container .sequence-diagram svg, .editormd-preview-container .flowchart svg, .editormd-html-preview .sequence-diagram svg, .editormd-html-preview .flowchart svg {
  margin: 0 auto !important;
}
.editormd-preview-container .sequence-diagram text, .editormd-preview-container .flowchart text, .editormd-html-preview .sequence-diagram text, .editormd-html-preview .flowchart text {
  font-size: 15px !important !important;
  font-family: "YaHei Consolas Hybrid", Consolas, "Microsoft YaHei", "Malgun Gothic", "Segoe UI", Helvetica, Arial !important !important;
}

/*! Pretty printing styles. Used with prettify.js. */
/* SPAN elements with the classes below are added by prettyprint. */
.pln {
  color: #000 !important;
}

/* plain text */
@media screen {
  .str {
    color: #080 !important;
  }

  /* string content */
  .kwd {
    color: #008 !important;
  }

  /* a keyword */
  .com {
    color: #800 !important;
  }

  /* a comment */
  .typ {
    color: #606 !important;
  }

  /* a type name */
  .lit {
    color: #066 !important;
  }

  /* a literal value */
  /* punctuation, lisp open bracket, lisp close bracket */
  .pun, .opn, .clo {
    color: #660 !important;
  }

  .tag {
    color: #008 !important;
  }

  /* a markup tag name */
  .atn {
    color: #606 !important;
  }

  /* a markup attribute name */
  .atv {
    color: #080 !important;
  }

  /* a markup attribute value */
  .dec, .var {
    color: #606 !important;
  }

  /* a declaration !important; a variable name */
  .fun {
    color: red !important;
  }

  /* a function name */
}
/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str {
    color: #060 !important;
  }

  .kwd {
    color: #006 !important;
    font-weight: bold !important;
  }

  .com {
    color: #600 !important;
    font-style: italic !important;
  }

  .typ {
    color: #404 !important;
    font-weight: bold !important;
  }

  .lit {
    color: #044 !important;
  }

  .pun, .opn, .clo {
    color: #440 !important;
  }

  .tag {
    color: #006 !important;
    font-weight: bold !important;
  }

  .atn {
    color: #404 !important;
  }

  .atv {
    color: #060 !important;
  }
}
/* Put a border around prettyprinted code snippets. */
pre.prettyprint {
  padding: 2px !important;
  border: 1px solid #888 !important;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none !important;
}

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee !important;
}

.editormd-preview-container pre.prettyprint, .editormd-html-preview pre.prettyprint {
  padding: 10px !important;
  border: 1px solid #ddd !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
}
.editormd-preview-container ol.linenums, .editormd-html-preview ol.linenums {
  color: #999 !important;
  padding-left: 2.5em !important;
}
.editormd-preview-container ol.linenums li, .editormd-html-preview ol.linenums li {
  list-style-type: decimal !important;
}
.editormd-preview-container ol.linenums li code, .editormd-html-preview ol.linenums li code {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

.editormd-preview-container .editormd-toc-menu, .editormd-html-preview .editormd-toc-menu {
  margin: 8px 0 12px 0 !important;
  display: inline-block !important;
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc, .editormd-html-preview .editormd-toc-menu > .markdown-toc {
  position: relative !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  border: 1px solid #ddd !important;
  display: inline-block !important;
  font-size: 1em !important;
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc > ul, .editormd-html-preview .editormd-toc-menu > .markdown-toc > ul {
  width: 160% !important;
  min-width: 180px !important;
  position: absolute !important;
  left: -1px !important;
  top: -2px !important;
  z-index: 100 !important;
  padding: 0 10px 10px !important;
  display: none !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
  /* Webkit browsers */
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
  /* Firefox */
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
  /* IE9 */
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
  /* Opera(Old) */
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
  /* IE9+, News */
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc > ul > li ul, .editormd-html-preview .editormd-toc-menu > .markdown-toc > ul > li ul {
  width: 100% !important;
  min-width: 180px !important;
  border: 1px solid #ddd !important;
  display: none !important;
  background: #fff !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc > ul > li a, .editormd-html-preview .editormd-toc-menu > .markdown-toc > ul > li a {
  color: #666 !important;
  padding: 6px 10px !important;
  display: block !important;
  -webkit-transition: background-color 500ms ease-out !important;
  /* Safari, Chrome */
  -moz-transition: background-color 500ms ease-out !important;
  /* Firefox 4.0~16.0 */
  transition: background-color 500ms ease-out !important;
  /* IE >9, FF >15, Opera >12.0 */
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc > ul > li a:hover, .editormd-html-preview .editormd-toc-menu > .markdown-toc > ul > li a:hover {
  background-color: #f6f6f6 !important;
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc li, .editormd-html-preview .editormd-toc-menu > .markdown-toc li {
  position: relative !important;
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc li > ul, .editormd-html-preview .editormd-toc-menu > .markdown-toc li > ul {
  position: absolute !important;
  top: 32px !important;
  left: 10% !important;
  display: none !important;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
  /* Webkit browsers */
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
  /* Firefox */
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
  /* IE9 */
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
  /* Opera(Old) */
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
  /* IE9+, News */
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc li > ul:before, .editormd-preview-container .editormd-toc-menu > .markdown-toc li > ul:after, .editormd-html-preview .editormd-toc-menu > .markdown-toc li > ul:before, .editormd-html-preview .editormd-toc-menu > .markdown-toc li > ul:after {
  pointer-events: pointer-events !important;
  position: absolute !important;
  left: 15px !important;
  top: -6px !important;
  display: block !important;
  content: "" !important;
  width: 0 !important;
  height: 0 !important;
  border: 6px solid transparent !important;
  border-width: 0 6px 6px !important;
  z-index: 10 !important;
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc li > ul:before, .editormd-html-preview .editormd-toc-menu > .markdown-toc li > ul:before {
  border-bottom-color: #ccc !important;
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc li > ul:after, .editormd-html-preview .editormd-toc-menu > .markdown-toc li > ul:after {
  border-bottom-color: #ffffff !important;
  top: -5px !important;
}
.editormd-preview-container .editormd-toc-menu ul, .editormd-html-preview .editormd-toc-menu ul {
  list-style: none !important;
}
.editormd-preview-container .editormd-toc-menu a, .editormd-html-preview .editormd-toc-menu a {
  text-decoration: none !important;
}
.editormd-preview-container .editormd-toc-menu h1, .editormd-html-preview .editormd-toc-menu h1 {
  font-size: 16px !important;
  padding: 5px 0 10px 10px !important;
  line-height: 1 !important;
  border-bottom: 1px solid #eee !important;
}
.editormd-preview-container .editormd-toc-menu h1 .fa, .editormd-html-preview .editormd-toc-menu h1 .fa {
  padding-left: 10px !important;
}
.editormd-preview-container .editormd-toc-menu .toc-menu-btn, .editormd-html-preview .editormd-toc-menu .toc-menu-btn {
  color: #666 !important;
  min-width: 180px !important;
  padding: 5px 10px !important;
  border-radius: 4px !important;
  display: inline-block !important;
  -webkit-transition: background-color 500ms ease-out !important;
  /* Safari, Chrome */
  -moz-transition: background-color 500ms ease-out !important;
  /* Firefox 4.0~16.0 */
  transition: background-color 500ms ease-out !important;
  /* IE >9, FF >15, Opera >12.0 */
}
.editormd-preview-container .editormd-toc-menu .toc-menu-btn:hover, .editormd-html-preview .editormd-toc-menu .toc-menu-btn:hover {
  background-color: #f6f6f6 !important;
}
.editormd-preview-container .editormd-toc-menu .toc-menu-btn .fa, .editormd-html-preview .editormd-toc-menu .toc-menu-btn .fa {
  float: right !important;
  padding: 3px 0 0 10px !important;
  font-size: 1.3em !important;
}

.markdown-body .editormd-toc-menu ul {
  padding-left: 0 !important;
}
.markdown-body .highlight pre, .markdown-body pre {
  line-height: 1.6 !important;
}

hr.editormd-page-break {
  border: 1px dotted #ccc !important;
  font-size: 0 !important;
  height: 2px !important;
}

@media only print {
  hr.editormd-page-break {
    background: none !important;
    border: none !important;
    height: 0 !important;
  }
}
.editormd-html-preview textarea {
  display: none !important;
}
.editormd-html-preview hr.editormd-page-break {
  background: none !important;
  border: none !important;
  height: 0 !important;
}

.editormd-preview-close-btn {
  color: #fff !important;
  padding: 4px 6px !important;
  font-size: 18px !important;
  -webkit-border-radius: 500px !important;
  -moz-border-radius: 500px !important;
  -ms-border-radius: 500px !important;
  -o-border-radius: 500px !important;
  border-radius: 500px !important;
  display: none !important;
  background-color: #ccc !important;
  position: absolute !important;
  top: 25px !important;
  right: 35px !important;
  z-index: 19 !important;
  -webkit-transition: background-color 300ms ease-out !important;
  /* Safari, Chrome */
  -moz-transition: background-color 300ms ease-out !important;
  /* Firefox 4.0~16.0 */
  transition: background-color 300ms ease-out !important;
  /* IE >9, FF >15, Opera >12.0 */
}
.editormd-preview-close-btn:hover {
  background-color: #999 !important;
}

.editormd-preview-active {
  width: 100% !important;
  padding: 40px !important;
}