.marvel-device, .marvel-device div, *:before, *:after {
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.marvel-device .screen:before {
  content: '';
  display: block;
  height: 34px;
  display: inline-block;
  text-align: left;
  width: 96px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 50%;
  margin-left: -48px;
}

.iphone5s .screen, .iphone6 .screen, .iphone6plus .screen {
  background: rgb(226,228,228);
  background: -moz-linear-gradient(top, rgba(226,228,228,1) 0%, rgba(125,130,129,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,228,228,1)), color-stop(100%,rgba(125,130,129,1)));
  background: -webkit-linear-gradient(top, rgba(226,228,228,1) 0%,rgba(125,130,129,1) 100%);
  background: -o-linear-gradient(top, rgba(226,228,228,1) 0%,rgba(125,130,129,1) 100%);
  background: -ms-linear-gradient(top, rgba(226,228,228,1) 0%,rgba(125,130,129,1) 100%);
  background: linear-gradient(to bottom, rgba(226,228,228,1) 0%,rgba(125,130,129,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e4e4', endColorstr='#7d8281',GradientType=0 );
}
.marvel-device {
  display: inline-block;
  position: relative;
  box-sizing: content-box !important; }
  .marvel-device .screen iframe{
    width: 100%;
    height: 100%;
    background-color: white;
  }
  .marvel-device .screen {
    width: 100%;
    position: relative;
    height: 100%;
    color: white;
    z-index: 2;
    text-align: center;
    display: block;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 3px #111;
    box-shadow: 0 0 0 3px #111; }
  .marvel-device .top-bar, .marvel-device .bottom-bar {
    height: 3px;
    background: black;
    width: 100%;
    display: block; }
  .marvel-device .middle-bar {
    width: 3px;
    height: 4px;
    top: 0px;
    left: 90px;
    background: black;
    position: absolute; }
  .marvel-device.iphone6 {
    width: 375px;
    height: 667px;
    padding: 105px 24px;
    background: #d9dbdc;
    -webkit-border-radius: 56px;
    border-radius: 56px;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2); }
    .marvel-device.iphone6:before {
      width: calc(100% - 12px);
      height: calc(100% - 12px);
      position: absolute;
      top: 6px;
      content: '';
      left: 6px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      background: #f8f8f8;
      z-index: 1; }
    .marvel-device.iphone6:after {
      width: calc(100% - 16px);
      height: calc(100% - 16px);
      position: absolute;
      top: 8px;
      content: '';
      left: 8px;
      -webkit-border-radius: 48px;
      border-radius: 48px;
      -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #FFFFFF;
      box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #FFFFFF;
      z-index: 2; }
    .marvel-device.iphone6 .home {
      -webkit-border-radius: 100%;
      border-radius: 100%;
      width: 68px;
      height: 68px;
      position: absolute;
      left: 50%;
      margin-left: -34px;
      bottom: 22px;
      z-index: 3;
      background: #303233;
      background: -moz-linear-gradient(-45deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #303233), color-stop(50%, #b5b7b9), color-stop(69%, #f0f2f2), color-stop(100%, #303233));
      background: -webkit-linear-gradient(-45deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
      background: -o-linear-gradient(-45deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
      background: -ms-linear-gradient(-45deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
      background: linear-gradient(135deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303233', endColorstr='#303233',GradientType=1 ); }
      .marvel-device.iphone6 .home:before {
        background: #f8f8f8;
        position: absolute;
        content: '';
        -webkit-border-radius: 100%;
        border-radius: 100%;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        top: 4px;
        left: 4px; }
    .marvel-device.iphone6 .top-bar {
      height: 14px;
      background: #bfbfc0;
      position: absolute;
      top: 68px;
      left: 0; }
    .marvel-device.iphone6 .bottom-bar {
      height: 14px;
      background: #bfbfc0;
      position: absolute;
      bottom: 68px;
      left: 0; }
    .marvel-device.iphone6 .sleep {
      position: absolute;
      top: 190px;
      right: -4px;
      width: 4px;
      height: 66px;
      -webkit-border-radius: 0px 2px 2px 0px;
      border-radius: 0px 2px 2px 0px;
      background: #d9dbdc; }
    .marvel-device.iphone6 .volume {
      position: absolute;
      left: -4px;
      top: 188px;
      z-index: 0;
      height: 66px;
      width: 4px;
      -webkit-border-radius: 2px 0px 0px 2px;
      border-radius: 2px 0px 0px 2px;
      background: #d9dbdc; }
      .marvel-device.iphone6 .volume:before {
        position: absolute;
        left: 2px;
        top: -78px;
        height: 40px;
        width: 2px;
        -webkit-border-radius: 2px 0px 0px 2px;
        border-radius: 2px 0px 0px 2px;
        background: inherit;
        content: '';
        display: block; }
      .marvel-device.iphone6 .volume:after {
        position: absolute;
        left: 0px;
        top: 82px;
        height: 66px;
        width: 4px;
        -webkit-border-radius: 2px 0px 0px 2px;
        border-radius: 2px 0px 0px 2px;
        background: inherit;
        content: '';
        display: block; }
    .marvel-device.iphone6 .camera {
      background: #3c3d3d;
      width: 12px;
      height: 12px;
      position: absolute;
      top: 24px;
      left: 50%;
      margin-left: -6px;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      z-index: 3; }
    .marvel-device.iphone6 .sensor {
      background: #3c3d3d;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 49px;
      left: 134px;
      z-index: 3;
      -webkit-border-radius: 100%;
      border-radius: 100%; }
    .marvel-device.iphone6 .speaker {
      background: #292728;
      width: 70px;
      height: 6px;
      position: absolute;
      top: 54px;
      left: 50%;
      margin-left: -35px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      z-index: 3; }
    .marvel-device.iphone6.gold {
      background: #f9e7d3; }
      .marvel-device.iphone6.gold .top-bar, .marvel-device.iphone6.gold .bottom-bar {
        background: white; }
      .marvel-device.iphone6.gold .sleep, .marvel-device.iphone6.gold .volume {
        background: #f9e7d3; }
      .marvel-device.iphone6.gold .home {
        background: #cebba9;
        background: -moz-linear-gradient(-45deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #cebba9), color-stop(50%, #f9e7d3), color-stop(100%, #cebba9));
        background: -webkit-linear-gradient(-45deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
        background: -o-linear-gradient(-45deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
        background: -ms-linear-gradient(-45deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
        background: linear-gradient(135deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cebba9', endColorstr='#cebba9',GradientType=1 ); }
    .marvel-device.iphone6.black {
      background: #464646;
      -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7);
      box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7); }
      .marvel-device.iphone6.black:before {
        background: #080808; }
      .marvel-device.iphone6.black:after {
        -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #212121;
        box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #212121; }
      .marvel-device.iphone6.black .top-bar, .marvel-device.iphone6.black .bottom-bar {
        background: #212121; }
      .marvel-device.iphone6.black .volume, .marvel-device.iphone6.black .sleep {
        background: #464646; }
      .marvel-device.iphone6.black .camera {
        background: #080808; }
      .marvel-device.iphone6.black .home {
        background: #080808;
        background: -moz-linear-gradient(-45deg, #080808 0%, #464646 50%, #080808 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #080808), color-stop(50%, #464646), color-stop(100%, #080808));
        background: -webkit-linear-gradient(-45deg, #080808 0%, #464646 50%, #080808 100%);
        background: -o-linear-gradient(-45deg, #080808 0%, #464646 50%, #080808 100%);
        background: -ms-linear-gradient(-45deg, #080808 0%, #464646 50%, #080808 100%);
        background: linear-gradient(135deg, #080808 0%, #464646 50%, #080808 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#080808',GradientType=1 ); }
        .marvel-device.iphone6.black .home:before {
          background: #080808; }
    .marvel-device.iphone6.landscape {
      padding: 24px 105px;
      height: 375px;
      width: 667px; }
      .marvel-device.iphone6.landscape .sleep {
        top: 100%;
        -webkit-border-radius: 0px 0px 2px 2px;
        border-radius: 0px 0px 2px 2px;
        right: 190px;
        height: 4px;
        width: 66px; }
      .marvel-device.iphone6.landscape .volume {
        width: 66px;
        height: 4px;
        top: -4px;
        left: calc(100% - 188px - 66px);
        -webkit-border-radius: 2px 2px 0px 0px;
        border-radius: 2px 2px 0px 0px; }
        .marvel-device.iphone6.landscape .volume:before {
          width: 40px;
          height: 2px;
          top: 2px;
          right: -78px;
          left: auto;
          -webkit-border-radius: 2px 2px 0px 0px;
          border-radius: 2px 2px 0px 0px; }
        .marvel-device.iphone6.landscape .volume:after {
          left: -82px;
          width: 66px;
          height: 4px;
          top: 0;
          -webkit-border-radius: 2px 2px 0px 0px;
          border-radius: 2px 2px 0px 0px; }
      .marvel-device.iphone6.landscape .top-bar {
        width: 14px;
        height: 100%;
        left: calc(100% - 68px -  14px);
        top: 0; }
      .marvel-device.iphone6.landscape .bottom-bar {
        width: 14px;
        height: 100%;
        left: 68px;
        top: 0; }
      .marvel-device.iphone6.landscape .home {
        top: 50%;
        margin-top: -34px;
        margin-left: 0;
        left: 22px; }
      .marvel-device.iphone6.landscape .sensor {
        top: 134px;
        left: calc(100% - 49px - 16px); }
      .marvel-device.iphone6.landscape .speaker {
        height: 70px;
        width: 6px;
        left: calc(100% - 54px - 6px);
        top: 50%;
        margin-left: 0px;
        margin-top: -35px; }
      .marvel-device.iphone6.landscape .camera {
        left: calc(100% - 32px);
        top: 50%;
        margin-left: 0px;
        margin-top: -5px; }

.marvel-device.iphone5s, .marvel-device.iphone5c {
  padding: 105px 22px;
  background: #2c2b2c;
  width: 320px;
  height: 568px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }
  .marvel-device.iphone5s:before, .marvel-device.iphone5c:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 4px;
    content: '';
    left: 4px;
    -webkit-border-radius: 46px;
    border-radius: 46px;
    background: #1e1e1e;
    z-index: 1; }
  .marvel-device.iphone5s .sleep, .marvel-device.iphone5c .sleep {
    position: absolute;
    top: -4px;
    right: 60px;
    width: 60px;
    height: 4px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    background: #282727; }
  .marvel-device.iphone5s .volume, .marvel-device.iphone5c .volume {
    position: absolute;
    left: -4px;
    top: 180px;
    z-index: 0;
    height: 27px;
    width: 4px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    background: #282727; }
    .marvel-device.iphone5s .volume:before, .marvel-device.iphone5c .volume:before {
      position: absolute;
      left: 0px;
      top: -75px;
      height: 35px;
      width: 4px;
      -webkit-border-radius: 2px 0px 0px 2px;
      border-radius: 2px 0px 0px 2px;
      background: inherit;
      content: '';
      display: block; }
    .marvel-device.iphone5s .volume:after, .marvel-device.iphone5c .volume:after {
      position: absolute;
      left: 0px;
      bottom: -64px;
      height: 27px;
      width: 4px;
      -webkit-border-radius: 2px 0px 0px 2px;
      border-radius: 2px 0px 0px 2px;
      background: inherit;
      content: '';
      display: block; }
  .marvel-device.iphone5s .camera, .marvel-device.iphone5c .camera {
    background: #3c3d3d;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 3; }
  .marvel-device.iphone5s .sensor, .marvel-device.iphone5c .sensor {
    background: #3c3d3d;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 60px;
    left: 160px;
    z-index: 3;
    margin-left: -32px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .marvel-device.iphone5s .speaker, .marvel-device.iphone5c .speaker {
    background: #292728;
    width: 64px;
    height: 10px;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -32px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 3; }
  .marvel-device.iphone5s.landscape, .marvel-device.iphone5c.landscape {
    padding: 22px 105px;
    height: 320px;
    width: 568px; }
    .marvel-device.iphone5s.landscape .sleep, .marvel-device.iphone5c.landscape .sleep {
      right: -4px;
      top: calc(100% - 120px);
      height: 60px;
      width: 4px;
      -webkit-border-radius: 0px 2px 2px 0px;
      border-radius: 0px 2px 2px 0px; }
    .marvel-device.iphone5s.landscape .volume, .marvel-device.iphone5c.landscape .volume {
      width: 27px;
      height: 4px;
      top: -4px;
      left: calc(100% - 180px);
      -webkit-border-radius: 2px 2px 0px 0px;
      border-radius: 2px 2px 0px 0px; }
      .marvel-device.iphone5s.landscape .volume:before, .marvel-device.iphone5c.landscape .volume:before {
        width: 35px;
        height: 4px;
        top: 0px;
        right: -75px;
        left: auto;
        -webkit-border-radius: 2px 2px 0px 0px;
        border-radius: 2px 2px 0px 0px; }
      .marvel-device.iphone5s.landscape .volume:after, .marvel-device.iphone5c.landscape .volume:after {
        bottom: 0px;
        left: -64px;
        z-index: 999;
        height: 4px;
        width: 27px;
        -webkit-border-radius: 2px 2px 0px 0px;
        border-radius: 2px 2px 0px 0px; }
    .marvel-device.iphone5s.landscape .sensor, .marvel-device.iphone5c.landscape .sensor {
      top: 160px;
      left: calc(100% - 60px);
      margin-left: 0px;
      margin-top: -32px; }
    .marvel-device.iphone5s.landscape .speaker, .marvel-device.iphone5c.landscape .speaker {
      height: 64px;
      width: 10px;
      left: calc(100% - 60px);
      top: 50%;
      margin-left: 0px;
      margin-top: -32px; }
    .marvel-device.iphone5s.landscape .camera, .marvel-device.iphone5c.landscape .camera {
      left: calc(100% - 32px);
      top: 50%;
      margin-left: 0px;
      margin-top: -5px; }

.marvel-device.iphone5s .home {
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  width: 68px;
  -webkit-box-shadow: inset 0 0 0 4px #2c2b2c;
  box-shadow: inset 0 0 0 4px #2c2b2c;
  height: 68px;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: 19px;
  z-index: 3; }
.marvel-device.iphone5s .top-bar {
  top: 70px;
  position: absolute;
  left: 0; }
.marvel-device.iphone5s .bottom-bar {
  bottom: 70px;
  position: absolute;
  left: 0; }
.marvel-device.iphone5s.landscape .home {
  left: 19px;
  bottom: 50%;
  margin-bottom: -34px;
  margin-left: 0px; }
.marvel-device.iphone5s.landscape .top-bar {
  left: 70px;
  top: 0px;
  width: 3px;
  height: 100%; }
.marvel-device.iphone5s.landscape .bottom-bar {
  right: 70px;
  left: auto;
  bottom: 0px;
  width: 3px;
  height: 100%; }
.marvel-device.iphone5s.silver {
  background: #bcbcbc; }
  .marvel-device.iphone5s.silver:before {
    background: #fcfcfc; }
  .marvel-device.iphone5s.silver .volume, .marvel-device.iphone5s.silver .sleep {
    background: #d6d6d6; }
  .marvel-device.iphone5s.silver .top-bar, .marvel-device.iphone5s.silver .bottom-bar {
    background: #eaebec; }
  .marvel-device.iphone5s.silver .home {
    -webkit-box-shadow: inset 0 0 0 4px #bcbcbc;
    box-shadow: inset 0 0 0 4px #bcbcbc; }
.marvel-device.iphone5s.gold {
  background: #f9e7d3; }
  .marvel-device.iphone5s.gold:before {
    background: #fcfcfc; }
  .marvel-device.iphone5s.gold .volume, .marvel-device.iphone5s.gold .sleep {
    background: #f9e7d3; }
  .marvel-device.iphone5s.gold .top-bar, .marvel-device.iphone5s.gold .bottom-bar {
    background: white; }
  .marvel-device.iphone5s.gold .home {
    -webkit-box-shadow: inset 0 0 0 4px #f9e7d3;
    box-shadow: inset 0 0 0 4px #f9e7d3; }

/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
  -webkit-text-size-adjust: none;
}

.hljs-comment,
.diff .hljs-header,
.hljs-javadoc {
  color: #998;
  font-style: italic;
}

.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
  color: #333;
  font-weight: bold;
}

.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
  color: #008080;
}

.hljs-string,
.hljs-tag .hljs-value,
.hljs-phpdoc,
.hljs-dartdoc,
.tex .hljs-formula {
  color: #d14;
}

.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
  color: #900;
  font-weight: bold;
}

.hljs-list .hljs-keyword,
.hljs-subst {
  font-weight: normal;
}

.hljs-class .hljs-title,
.hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
  color: #458;
  font-weight: bold;
}

.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rules .hljs-property,
.django .hljs-tag .hljs-keyword {
  color: #000080;
  font-weight: normal;
}

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
  color: #008080;
}

.hljs-regexp {
  color: #009926;
}

.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.clojure .hljs-keyword,
.scheme .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
  color: #990073;
}

.hljs-built_in {
  color: #0086b3;
}

.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  color: #999;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.diff .hljs-change {
  background: #0086b3;
}

.hljs-chunk {
  color: #aaa;
}
@charset "UTF-8";
.markdown-container {
  /* Code below this line is copyright Twitter Inc. */
  /* override default chrome & firefox settings */
  /* grey out placeholders */
  /* buttons */ }
  .markdown-container h1, .markdown-container h2, .markdown-container h3, .markdown-container h4 {
    color: #333333;
    font-weight: 900; }
  .markdown-container h1, .markdown-container h2, .markdown-container h3, .markdown-container h4, .markdown-container h5, .markdown-container p {
    margin-bottom: 24px;
    padding: 0; }
  .markdown-container h1 {
    font-size: 48px; }
  .markdown-container h2 {
    font-size: 24px;
    /* The bottom margin is small. It's designed to be used with gray meta text
       * below a post title. */
    margin: 12px 0 6px; }
  .markdown-container h3 {
    font-size: 20px; }
  .markdown-container h4 {
    font-size: 18px; }
  .markdown-container h5 {
    font-size: 16px; }
  .markdown-container a {
    color: #0099ff;
    margin: 0;
    padding: 0;
    vertical-align: baseline; }
  .markdown-container a:hover {
    text-decoration: none;
    color: #ff6600; }
  .markdown-container a:visited {
    color: purple; }
  .markdown-container ul, .markdown-container ol {
    padding: 0;
    margin: 0; }
  .markdown-container li {
    line-height: 24px; }
  .markdown-container li ul, .markdown-container li ul {
    margin-left: 24px; }
  .markdown-container p, .markdown-container ul, .markdown-container ol {
    font-size: 16px;
    line-height: 24px;
    max-width: 540px; }
  .markdown-container pre {
    padding: 0px 24px;
    white-space: pre-wrap; }
  .markdown-container code {
    font-family: Consolas, Monaco, Andale Mono, monospace;
    line-height: 1.5;
    font-size: 13px; }
  .markdown-container aside {
    display: block;
    float: right;
    width: 390px; }
  .markdown-container blockquote {
    border-left: .5em solid #eee;
    padding: 0 2em;
    margin-left: 0;
    max-width: 476px; }
  .markdown-container blockquote cite {
    font-size: 14px;
    line-height: 20px;
    color: #bfbfbf; }
  .markdown-container blockquote cite:before {
    content: '\2014 \00A0'; }
  .markdown-container blockquote p {
    color: #666;
    max-width: 460px; }
  .markdown-container hr {
    width: 540px;
    text-align: left;
    margin: 0 auto 0 0;
    color: #999; }
  .markdown-container button,
  .markdown-container input,
  .markdown-container select,
  .markdown-container textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle; }
  .markdown-container button, .markdown-container input {
    line-height: normal;
    *overflow: visible; }
  .markdown-container button::-moz-focus-inner, .markdown-container input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .markdown-container button,
  .markdown-container input[type="button"],
  .markdown-container input[type="reset"],
  .markdown-container input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button; }
  .markdown-container input[type=checkbox], .markdown-container input[type=radio] {
    cursor: pointer; }
  .markdown-container input:not([type="image"]), .markdown-container textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .markdown-container input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .markdown-container input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .markdown-container label,
  .markdown-container input,
  .markdown-container select,
  .markdown-container textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 18px; }
  .markdown-container input[type=checkbox], .markdown-container input[type=radio] {
    cursor: pointer;
    margin-bottom: 0; }
  .markdown-container input[type=text],
  .markdown-container input[type=password],
  .markdown-container textarea,
  .markdown-container select {
    display: inline-block;
    width: 210px;
    padding: 4px;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    height: 18px;
    color: #808080;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .markdown-container select, .markdown-container input[type=file] {
    height: 27px;
    line-height: 27px; }
  .markdown-container textarea {
    height: auto; }
  .markdown-container :-moz-placeholder {
    color: #bfbfbf; }
  .markdown-container ::-webkit-input-placeholder {
    color: #bfbfbf; }
  .markdown-container input[type=text],
  .markdown-container input[type=password],
  .markdown-container select,
  .markdown-container textarea {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
  .markdown-container input[type=text]:focus, .markdown-container input[type=password]:focus, .markdown-container textarea:focus {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); }
  .markdown-container button {
    display: inline-block;
    padding: 4px 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #004b9a;
    border-bottom-color: #003f81;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    transition: 0.1s linear all;
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .markdown-container button:hover {
    color: #fff;
    background-position: 0 -15px;
    text-decoration: none; }
  .markdown-container button:active {
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .markdown-container button::-moz-focus-inner {
    padding: 0;
    border: 0; }

table {
  width: 100%;
  /*表格宽度*/
  border: 1px solid #dedede;
  /*表格外边框设置*/
  margin: 15px 0;
  /*外边距*/
  border-collapse: collapse;
  /*使用单一线条的边框*/
  empty-cells: show;
  /*单元格无内容依旧绘制边框*/ }

table th {
  font-weight: bold;
  /*加粗*/
  text-align: center !important;
  /*内容居中，加上 !important 避免被 Markdown 样式覆盖*/
  background: rgba(158, 188, 226, 0.2);
  /*背景色*/ }

table tbody tr:nth-child(2n) {
  background: rgba(158, 188, 226, 0.12); }

table th,
table td {
  height: 35px;
  /*统一每一行的默认高度*/
  border: 1px solid #dedede;
  /*内部边框样式*/
  padding: 0 10px;
  /*内边距*/ }

table tr:hover {
  background: #efefef; }
.navbar .navbar-collapse {
  width: auto;
}

.pagination {
  padding-left: 1px;
}

.carousel-hide-arrow .carousel-control {
  display: none;
}

.accordion .accordion-heading span {
  width: 32px;
}
.accordion .accordion-heading span i {
  font-style: normal;
}
.accordion .accordion-heading a {
  width: auto;
  overflow: hidden;
  zoom: 1;
}
.accordion .accordion-content .accordion-heading a {
  display: block;
  width: auto;
  float: none;
  padding-left: 32px;
}

.block {
  min-height: 30px;
}

.tab .tab-contents .tab-content {
  min-height: 30px;
}
* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 12px;
  line-height: 1.5em;
}

header {
  font-size: 24px;
  color: #666;
  text-align: center;
  background-image: -webkit-linear-gradient(to bottom, #999, #fff);
  background-image: -moz-linear-gradient(to bottom, #999, #fff);
  background-image: linear-gradient(to bottom,#999, #fff);
}
header .logo {
  padding: 40px 0;
}
header h1 {
  font-size: 60px;
  padding-bottom: 20px;
}

.layout {
  margin: 0 25px;
  overflow: hidden;
  zoom: 1;
}
.layout .layout-content {
  width: auto;
  margin: 0 385px 0 175px;
  float: none;
  text-align: left;
}
.layout article {
  position: relative;
  zoom: 1;
}
.layout article h1 {
  padding-top: 20px;
}
.layout article pre {
  line-height: 1.6em;
  overflow: hidden;
}
.layout article pre code {
  padding: 5px 15px;
}
.layout article blockquote {
  margin: 0;
  line-height: 2em;
  padding: 10px 20px;
  border: #ddd solid 1px;
  border-left: #999 solid 3px;
  border-radius: 3px;
}
.layout article blockquote code,
.layout article p code {
  display: inline-block;
  line-height: 1.2em;
  padding: 2px 3px;
  margin: 0 3px;
  color: #d14;
  background-color: #f9f2f4;
  border-radius: 3px;
}

.themes {
  padding: 0;
  font-size: 0;
  text-align: center;
}
.themes li {
  list-style-type: none;
  cursor: pointer;
  padding: 6px 0;
  margin-bottom: 8px;
  border: #f9f9f9 solid 3px;
  transition: all .5s;
}
.themes li.active,
.themes li:hover {
  border-color: #ccc;
}
.themes li span {
  width: 160px;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
}

.carousel-style-selector {
  line-height: 2em;
  padding-left: 10px;
}

.layout aside {
  float: left;
  width: 175px;
  font-size: 14px;
  border-left: #ddd solid 1px;
  position: relative;
}
.layout aside.affix {
  position: fixed;
  height: 100%;
  overflow: auto;
  top: 0;
}
.layout aside ul {
  padding: 0;
  margin-left: -1px;
  list-style-type: none;
}
.layout aside li.active {
  border-left: #333 solid 1px;
}
.layout aside a {
  display: block;
  color: #999;
  padding: 8px 15px;
  border-radius: 3px;
}
.layout aside a:hover {
  background-color: #ddd;
}
.layout aside .active a,
.layout aside a:active {
  color: #333;
  font-weight: bold;
}

.layout-phone {
  float: right;
  width: 375px;
  margin-left: 20px;
}

.layout-phone.affix {
  position: fixed;
  top: -70px;
  right: 25px;
}

p {
  color: #333;
  font-size: 14px;
}

.table-container {
  padding: 0 24px;
}
