.gutter pre {
  color: #999;
}
pre {
  color: #525252;
}
pre .function .keyword,
pre .constant {
  color: #0092db;
}
pre .keyword,
pre .attribute {
  color: #e96900;
}
pre .number,
pre .literal {
  color: #ae81ff;
}
pre .tag,
pre .tag .title,
pre .change,
pre .winutils,
pre .flow,
pre .lisp .title,
pre .clojure .built_in,
pre .nginx .title,
pre .tex .special {
  color: #2973b7;
}
pre .class .title {
  color: #fff;
}
pre .symbol,
pre .symbol .string,
pre .value,
pre .regexp {
  color: #42b983;
}
pre .title {
  color: #a6e22e;
}
pre .tag .value,
pre .string,
pre .subst,
pre .haskell .type,
pre .preprocessor,
pre .ruby .class .parent,
pre .built_in,
pre .sql .aggregate,
pre .django .template_tag,
pre .django .variable,
pre .smalltalk .class,
pre .javadoc,
pre .django .filter .argument,
pre .smalltalk .localvars,
pre .smalltalk .array,
pre .attr_selector,
pre .pseudo,
pre .addition,
pre .stream,
pre .envvar,
pre .apache .tag,
pre .apache .cbracket,
pre .tex .command,
pre .prompt {
  color: #42b983;
}
pre .comment,
pre .java .annotation,
pre .python .decorator,
pre .template_comment,
pre .pi,
pre .doctype,
pre .deletion,
pre .shebang,
pre .apache .sqbracket,
pre .tex .formula {
  color: #b3b3b3;
}
pre .coffeescript .javascript,
pre .javascript .xml,
pre .tex .formula,
pre .xml .javascript,
pre .xml .vbscript,
pre .xml .css,
pre .xml .cdata {
  opacity: 0.5;
}
body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #34495e;
  margin: 0;
}
a {
  text-decoration: none;
  color: #34495e;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
strong {
  font-weight: 600;
  color: #2c3e50;
}
code,
pre {
  font-family: 'Inconsolata', Monaco, courier, monospace;
  font-size: 0.9em;
  background-color: #f9f9f9;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
code {
  color: #525252;
  padding: 2px 6px;
  margin: 0 2px;
  border: 1px solid #e6e6e6;
  white-space: nowrap;
}
em {
  color: #7f8c8d;
}
p {
  word-spacing: 0.05em;
}
a.button {
  display: inline-block;
  font-size: 1.25em;
  color: #fff !important;
  font-weight: 400 !important;
  background-color: #42b983;
  padding: 0.5em 1.5em;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  border-bottom: 1px solid #3aa373;
  transition: all 0.2s ease-out;
}
a.button:hover {
  background-color: #53c290;
}
.highlight {
  overflow-x: auto;
  position: relative;
  padding: 0;
  background-color: #f9f9f9;
  padding: 0.8em 0.8em 0.4em;
  box-shadow: 0 1px 1px rgba(0,0,0,0.125);
  line-height: 1.1em;
}
.highlight table,
.highlight tr,
.highlight td {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
.highlight pre {
  padding: 1.2em 1.5em;
  margin: 0;
}
.highlight .gutter {
  width: 1.5em;
}
.highlight .code pre {
  padding-left: 0.5em;
}
.highlight.html .code:after,
.highlight.js .code:after,
.highlight.bash .code:after,
.highlight.css .code:after {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  text-align: right;
  font-size: 0.75em;
  padding: 5px 10px 0;
  line-height: 15px;
  height: 15px;
  font-weight: 600;
}
.highlight.html .code:after {
  content: 'HTML';
}
.highlight.js .code:after {
  content: 'JS';
}
.highlight.bash .code:after {
  content: 'Shell';
}
.highlight.css .code:after {
  content: 'CSS';
}
#main {
  position: relative;
  z-index: 1;
  padding: 0 60px 30px;
}
#demo,
.demo {
  border: 1px solid #f0f0f0;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  border-radius: 0px;
  padding: 25px 35px;
  margin-left: 0.8em;
  margin-bottom: 40px;
  font-size: 1.2em;
  line-height: 1.5em;
}
#demo h1,
.demo h1 {
  margin: 0 0 0.5em;
  font-size: 1.8em;
}
#demo ul,
.demo ul {
  padding-left: 1.5em;
  margin: 0;
}
#demo li,
.demo li {
  cursor: pointer;
  color: #34495e;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
#demo li.done,
.demo li.done {
  color: #7f8c8d;
  text-decoration: line-through;
}
ul#demo li,
ul.demo li {
  margin-left: 1.5em;
}
@media screen and (max-width: 720px) {
  #demo,
  .demo {
    margin-left: 0;
  }
}
.content.blog h1 {
  margin: 0 0 0.5em;
}
.content.blog h2 {
  margin: 0.8em 0;
  padding-bottom: 0;
  border-bottom: none;
}
.content.blog h2 a {
  color: #2c3e50;
}
.content.blog h2 a:hover {
  border-bottom: 2px solid #42b983;
}
.content.blog h4 {
  color: #7f8c8d;
  margin: 1.2em 0;
}
.content.blog figure,
.content.blog p {
  margin-left: 0;
}
.content.blog .post {
  padding: 1em 0 2em;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1400px) and (min-width: 720px) {
  .content.blog {
    margin: 0 0 0 280px;
  }
}
#header {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.25);
  padding: 25px 60px;
}
#nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 60px;
  top: 25px;
  height: 40px;
  line-height: 40px;
}
#nav .break {
  display: none;
}
#nav li {
  display: inline-block;
  margin: 0 0.6em;
}
.nav-link {
  padding-bottom: 3px;
}
.nav-link:hover,
.nav-link.current {
  border-bottom: 3px solid #42b983;
}
#logo {
  display: inline-block;
  font-size: 1.25em;
  line-height: 40px;
  color: #2c3e50;
  font-family: 'Lato', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
}
#logo img {
  vertical-align: middle;
  margin-right: 6px;
  width: 40px;
  height: 40px;
}
.sidebar {
  position: absolute;
  top: 0;
  left: 60px;
  padding: 2.2em 0 0 0;
  width: 260px;
  margin-right: 20px;
}
.sidebar .toggle {
  font-size: 1.5em;
  cursor: pointer;
  display: none;
  color: #7f8c8d;
}
.sidebar h2 {
  margin-top: 0.2em;
}
.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar .sidebar-link {
  line-height: 1.8em;
  color: #7f8c8d;
}
.sidebar .sidebar-link.current {
  font-weight: 600;
  color: #42b983;
}
.sidebar .sidebar-link:hover {
  border-bottom: 2px solid #42b983;
}
.content {
  padding: 2.2em 0;
  max-width: 720px;
  margin: 0 auto;
}
.content.with-sidebar {
  margin: 0 0 0 280px;
}
.content.api ul {
  font-size: 0.9em;
  padding-left: 1.25em;
  color: #7f8c8d;
}
.content a.button {
  font-size: 1.2em;
  margin: 0.2em 0;
  width: 180px;
  text-align: center;
}
.content span.light {
  color: #7f8c8d;
}
.content h1 {
  margin: 0 0 1em;
}
.content h2 {
  margin: 2em 0 0.8em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #ddd;
}
.content h3 {
  border-left: 5px solid #42b983;
  margin: 2em 0 0.8em;
  padding-left: 0.5em;
}
.content figure,
.content p,
.content ul,
.content ol {
  margin: 0.8em 0 0.8em 0.8em;
}
.content p,
.content ul,
.content ol {
  line-height: 1.6em;
}
.content ul,
.content ol {
  padding-left: 1em;
}
.content a {
  color: #42b983;
  font-weight: 600;
}
.content blockquote {
  margin: 0;
}
.content blockquote p {
  margin-left: 0;
}
.content iframe {
  margin: 1em 0;
}
.content p.tip {
  padding: 12px 24px 12px 30px;
  margin: 2em 0 2em 0.8em;
  border-left: 4px solid #42b983;
  background-color: #f9f9f9;
  position: relative;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.125);
}
.content p.tip:before {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: -17px;
  background-color: #42b983;
  color: #fff;
  content: "i";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-family: Georgia;
}
.footer {
  color: #7f8c8d;
  margin-top: 4em;
  padding-top: 2em;
  border-top: 1px solid #e5e5e5;
  margin-left: 0.8em;
  font-size: 0.9em;
}
@media screen and (min-width: 720px) {
  #main.fix-sidebar .sidebar {
    position: fixed;
  }
}
@media screen and (max-width: 720px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 14px;
  }
  #header {
    text-align: center;
    padding: 18px 0;
  }
  #nav {
    position: static;
    margin-top: 0.4em;
    height: 55px;
    line-height: 2.2em;
  }
  #nav .break {
    display: inline-block;
  }
  .nav-link {
    padding-bottom: 1px;
  }
  .nav-link:hover,
  .nav-link.current {
    border-bottom: 2px solid #42b983;
  }
  #logo {
    display: block;
  }
  #logo img {
    margin-right: 0;
  }
  #logo span {
    display: none;
  }
  #main {
    padding: 2em 1.4em 0;
  }
  .highlight pre {
    padding: 1.2em 1em;
  }
  .sidebar {
    position: absolute;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    margin-right: 0;
    padding: 0;
    border-top: 1px solid #eee;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  }
  .sidebar .toggle {
    display: block;
  }
  .sidebar .list {
    display: none;
  }
  .sidebar.open {
    padding-bottom: 1em;
  }
  .sidebar.open .list {
    display: block;
  }
  #main.fix-sidebar .sidebar {
    position: fixed;
  }
  .content.with-sidebar {
    margin-left: 0;
  }
  .content figure,
  .content p,
  .content ul,
  .content p.tip {
    margin-left: 0;
  }
  .footer {
    margin-left: 0;
    text-align: center;
  }
}
