code.highlight {
  /*
  
  github.com style (c) Vasily Polovnyov <vast@whiteants.net>
  
  */ }
  code.highlight .hljs-comment,
  code.highlight .hljs-template_comment,
  code.highlight .diff .hljs-header,
  code.highlight .hljs-javadoc {
    color: #998;
    font-style: italic; }
  code.highlight .hljs-keyword,
  code.highlight .css .rule .hljs-keyword,
  code.highlight .hljs-winutils,
  code.highlight .javascript .hljs-title,
  code.highlight .nginx .hljs-title,
  code.highlight .hljs-subst,
  code.highlight .hljs-request,
  code.highlight .hljs-status {
    color: #333;
    font-weight: bold; }
  code.highlight .hljs-number,
  code.highlight .hljs-hexcolor,
  code.highlight .ruby .hljs-constant {
    color: #099; }
  code.highlight .hljs-string,
  code.highlight .hljs-tag .hljs-value,
  code.highlight .hljs-phpdoc,
  code.highlight .tex .hljs-formula {
    color: #d14; }
  code.highlight .hljs-title,
  code.highlight .hljs-id,
  code.highlight .coffeescript .hljs-params,
  code.highlight .scss .hljs-preprocessor {
    color: #900;
    font-weight: bold; }
  code.highlight .javascript .hljs-title,
  code.highlight .lisp .hljs-title,
  code.highlight .clojure .hljs-title,
  code.highlight .hljs-subst {
    font-weight: normal; }
  code.highlight .hljs-class .hljs-title,
  code.highlight .haskell .hljs-type,
  code.highlight .vhdl .hljs-literal,
  code.highlight .tex .hljs-command {
    color: #458;
    font-weight: bold; }
  code.highlight .hljs-tag,
  code.highlight .hljs-tag .hljs-title,
  code.highlight .hljs-rules .hljs-property,
  code.highlight .django .hljs-tag .hljs-keyword {
    color: #000080;
    font-weight: normal; }
  code.highlight .hljs-attribute,
  code.highlight .hljs-variable,
  code.highlight .lisp .hljs-body {
    color: #008080; }
  code.highlight .hljs-regexp {
    color: #009926; }
  code.highlight .hljs-symbol,
  code.highlight .ruby .hljs-symbol .hljs-string,
  code.highlight .lisp .hljs-keyword,
  code.highlight .tex .hljs-special,
  code.highlight .hljs-prompt {
    color: #990073; }
  code.highlight .hljs-built_in,
  code.highlight .lisp .hljs-title,
  code.highlight .clojure .hljs-built_in {
    color: #0086b3; }
  code.highlight .hljs-preprocessor,
  code.highlight .hljs-pragma,
  code.highlight .hljs-pi,
  code.highlight .hljs-doctype,
  code.highlight .hljs-shebang,
  code.highlight .hljs-cdata {
    color: #999;
    font-weight: bold; }
  code.highlight .hljs-deletion {
    background: #fdd; }
  code.highlight .hljs-addition {
    background: #dfd; }
  code.highlight .diff .hljs-change {
    background: #0086b3; }
  code.highlight .hljs-chunk {
    color: #aaa; }

.jqconsole-ansi-bold {
  font-weight: normal; }
  .jqconsole-ansi-bold.jqconsole-ansi-color-black {
    color: #65737e; }
  .jqconsole-ansi-bold.jqconsole-ansi-color-red {
    color: #d08770; }
  .jqconsole-ansi-bold.jqconsole-ansi-color-green {
    color: #343d46; }
  .jqconsole-ansi-bold.jqconsole-ansi-color-yellow {
    color: #4f5b66; }
  .jqconsole-ansi-bold.jqconsole-ansi-color-blue {
    color: #a7adba; }
  .jqconsole-ansi-bold.jqconsole-ansi-color-magenta {
    color: #dfe1e8; }
  .jqconsole-ansi-bold.jqconsole-ansi-color-cyan {
    color: #ab7967; }
  .jqconsole-ansi-bold.jqconsole-ansi-color-white {
    color: #eff1f5; }

.jqconsole-ansi-color-black {
  color: #2b303b; }

.jqconsole-ansi-color-red {
  color: #bf616a; }

.jqconsole-ansi-color-green {
  color: #a3be8c; }

.jqconsole-ansi-color-yellow {
  color: #ebcb8b; }

.jqconsole-ansi-color-blue {
  color: #8fa1b3; }

.jqconsole-ansi-color-magenta {
  color: #b48ead; }

.jqconsole-ansi-color-cyan {
  color: #96b5b4; }

.jqconsole-ansi-color-white {
  color: #c0c5ce; }

.sidebar.affix {
  position: static; }

@media (min-width: 768px) {
  .sidebar {
    padding-left: 10px; } }
/* First level of nav */
.bs-docs-sidenav {
  margin-top: 20px;
  margin-bottom: 20px; }

/* All levels of nav */
.sidebar .nav > li > a {
  display: block;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 500;
  color: #999;
  border-left: 2px solid #fff; }

.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus {
  padding-left: 10px;
  color: #3498db;
  text-decoration: none;
  background-color: transparent;
  border-left: 2px solid #3498db; }

.sidebar .nav > .active > a,
.sidebar .nav > .active:hover > a,
.sidebar .nav > .active:focus > a {
  padding-left: 10px;
  font-weight: bold;
  color: #3498db;
  background-color: transparent;
  border-left: 2px solid #3498db; }

/* Nav: second level (shown on .active) */
.sidebar .nav .nav {
  display: none;
  /* Hide by default, but at >768px, show it */
  padding-bottom: 10px; }

.sidebar .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 20px;
  font-size: 12px;
  font-weight: normal; }

.sidebar .nav .nav > li > a:hover,
.sidebar .nav .nav > li > a:focus {
  padding-left: 20px; }

.sidebar .nav .nav > .active > a,
.sidebar .nav .nav > .active:hover > a,
.sidebar .nav .nav > .active:focus > a {
  padding-left: 20px;
  font-weight: 500; }

/* Back to top (hidden on mobile) */
.back-to-top,
.bs-docs-theme-toggle {
  display: none;
  padding: 4px 10px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #999; }

.back-to-top:hover,
.bs-docs-theme-toggle:hover {
  color: #3498db;
  text-decoration: none; }

.bs-docs-theme-toggle {
  margin-top: 0; }

@media (min-width: 768px) {
  .back-to-top,
  .bs-docs-theme-toggle {
    display: block; } }
/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
  .sidebar .nav > .active > ul {
    display: block; }

  /* Widen the fixed sidebar */
  .sidebar.affix,
  .sidebar.affix-bottom {
    width: 213px; }

  .sidebar.affix {
    position: fixed;
    /* Undo the static from mobile first approach */
    top: 20px; }

  .sidebar.affix-bottom {
    position: absolute;
    /* Undo the static from mobile first approach */ }

  .sidebar.affix-bottom .bs-docs-sidenav,
  .sidebar.affix .bs-docs-sidenav {
    margin-top: 0;
    margin-bottom: 0; } }
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .sidebar.affix-bottom,
  .sidebar.affix {
    width: 263px; } }
html {
  font-size: 16px; }

body {
  background: #fff;
  font-family: "Helvetica Neue", "Helvetica", sans-serif; }

h1, h2, h3 {
  color: #111122;
  font-weight: 800; }
  h1 small, h2 small, h3 small {
    font-size: 0.675em;
    color: rgba(17, 17, 34, 0.33);
    font-weight: normal; }

p {
  color: #333333; }

.inner p,
.inner pre {
  margin-top: 1.5em; }

.inner h1 + p,
.inner h1 + pre,
.inner h2 + p,
.inner h2 + pre,
.inner h3 + p,
.inner h3 + pre {
  margin-top: 0; }

/** hack: this is done because putting a <div> for a .runnable
          inside a <p> results in an empty paragraph, like:
                <p>...</p><div>...</div><p></p>
**/
.inner p:empty + h3 {
  margin-top: -10px; }

.smile {
  letter-spacing: 2px;
  font-weight: normal;
  font-style: normal;
  margin-left: 5px;
  font-size: 0.875em;
  -moz-transform: rotate(90deg) translateX(2px);
  -ms-transform: rotate(90deg) translateX(2px);
  -webkit-transform: rotate(90deg) translateX(2px);
  transform: rotate(90deg) translateX(2px);
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }
  .smile:before {
    content: ":";
    display: inline;
    font-weight: bold; }
  .smile:empty:after {
    content: ")";
    display: inline; }

section {
  margin: 0;
  padding: 0;
  position: relative; }

blockquote {
  border-left: 3px solid #95a5a6;
  margin-left: 10px;
  margin-top: 2em;
  display: block;
  padding-left: 13px;
  padding-bottom: 0.5em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }
  blockquote h3 {
    padding-top: 0.25em; }

tt {
  background: #f8f9fc;
  border: 1px solid rgba(0, 0, 136, 0.1);
  padding: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

sup[data-toggle="tooltip"] {
  display: none;
  position: relative;
  cursor: help; }
  sup[data-toggle="tooltip"][data-original-title] {
    display: inline; }
  sup[data-toggle="tooltip"]:after {
    content: '\2605';
    color: #3498db;
    font-size: 0.675em;
    line-height: 0.3375em;
    height: 0.3375em;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 6px;
    margin-left: -3px;
    text-decoration: underline;
    text-shadow: 1px 1px white, -1px -1px white, 0 0 5px rgba(241, 196, 15, 0.35);
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }

/* Typography generated using http://lamb.cc/typograph/ */
body {
  font-size: 100%;
  line-height: 1.4; }

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0; }

h1 {
  font-size: 2.61538em; }

h1, h3 {
  padding: 1.37228em 0; }

h2 {
  font-size: 1.61538em;
  padding: 1.39659em 0; }

h3 {
  font-size: 1.30769em; }

p {
  margin: 0; }

h3 {
  text-transform: lowercase;
  font-variant: small-caps;
  font-weight: normal;
  letter-spacing: 2px; }

/*******************************************************************************
* Main Layout
*/
body {
  padding: 0; }

.prose .inner, .repls, .sidebar-container {
  padding: 20px 0;
  min-height: 100%; }

.prose {
  padding-right: 0;
  padding-left: 5px;
  background: #fff; }
  .prose:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 68, 0.05);
    right: 0;
    top: 0;
    z-index: 1; }
  .prose .inner {
    padding-right: 30px;
    background: #fff;
    padding-right: 25px; }

.repls:after {
  content: '';
  background: #2b303b;
  top: 0;
  right: 0;
  width: 41.66667%;
  height: 100%;
  position: fixed;
  z-index: -1; }

.final-spacer:after {
  content: '';
  display: block;
  height: 640px; }

/*******************************************************************************
* Prose
*/
.runnable {
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04); }
  .runnable [contenteditable] {
    outline: 1px dotted #aaa; }

pre.runnable {
  line-height: 1.75em; }

.run-code {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 9px;
  margin-right: 9px;
  font-size: 0.5em;
  padding-top: 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
  .run-code:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

/*******************************************************************************
* Sidebar
*/
.sidebar {
  font-size: 13px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .sidebar:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

/*******************************************************************************
* REPL
*/
.repl {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Source Code Pro", monospace;
  width: 100%;
  min-height: 300px;
  position: absolute;
  font-size: 12px;
  overflow: visible;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  .repl:empty {
    background: white url(/loading.gif) center center no-repeat; }
  .repl.scrolled-past {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -moz-transition: opacity 0.75s ease-in-out;
    -o-transition: opacity 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out; }
  .repl pre {
    border: none;
    border-radius: none;
    margin: 0;
    font-size: 1em; }

.jqconsole {
  background: rgba(255, 255, 255, 0.04);
  padding: 10px;
  color: #eee;
  font-family: "Source Code Pro", "Monaco", "Consolas", monospace; }

.jqconsole-cursor {
  background: #eeeeee;
  -webkit-animation: blink 2s linear 0s infinite;
  -moz-animation: blink 2s linear 0s infinite;
  -ms-animation: blink 2s linear 0s infinite;
  -o-animation: blink 2s linear 0s infinite;
  position: static !important; }

.jqconsole-blurred {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer; }
  .jqconsole-blurred .jqconsole-cursor {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    background: none;
    outline: 1px solid #eeeeee;
    outline-offset: -1px; }
  .jqconsole-blurred:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none; }
  .jqconsole-blurred:after {
    content: "Click for REPL";
    position: absolute;
    height: 1em;
    top: 50%;
    margin-top: -0.5em;
    left: 0;
    width: 100%;
    font-size: 2.5em;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.1);
    text-transform: uppercase; }

.jqconsole-prompt,
.jqconsole-old-prompt,
.jqconsole-input,
.jqconsole-old-input,
.jqconsole-output,
.jqconsole-error {
  display: block;
  padding: 2px; }

@-webkit-keyframes blink {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1; }

  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1; } }

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