body {
  margin-top: 100px;
}
body .we-link {
  color: inherit;
  text-decoration: none;
}
body blockquote {
  font-size: 0.9em;
  font-family: courier new;
}
body .img-you-and-friend {
  margin-top: 40px;
  margin-bottom: 40px;
}
body .nav ul {
  padding-left: 0px;
}
body .nav ul li {
  margin: 10px 0;
  list-style: none;
/*&.active
          &:before
              content: "> "
              color: kb_green*/
}
body .nav ul li a {
  color: #444;
  text-decoration: none;
}
body a {
  color: #000;
  text-decoration: underline;
}
body a.active {
  text-decoration: none;
  font-weight: bold;
}
body a.btn {
  text-decoration: none;
}
body .btn-primary {
  background-color: #90d05c;
  border: 0px solid #90d05c;
  color: #fff;
}
body .btn-primary:hover {
  background-color: #98d666;
}
body pre {
  background-color: #0872d6;
  color: #cee1ff;
  font-size: 10px;
  border: 0px solid #000;
  padding: 20px;
  white-space: pre-wrap;
}
body p,
body pre,
body ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
body h4 {
  margin-top: 40px;
}
body h3 {
  margin-top: 40px;
}
body h2 {
  margin-top: 40px;
}
body ul li {
  margin: 20px 0px;
}
body .pgp-sample pre,
body .saltpack-sample pre {
  font-size: 10px;
}
body .brand {
  font-size: 24pt;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
}
body .brand .latter {
  font-weight: 700;
}
body .row-samples {
  margin-top: 10px;
}
body .row-samples .sample-caption {
  text-align: right;
}
body .repo-caption {
  text-align: right;
  font-size: 12px;
}
.spec-page {
  border-radius: 10px;
}
.spec-page pre {
  font-size: 0.9em;
}
/*

Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>
*/
.hljs {
  display: block;
  padding: 0.5em;
  background: #fdf6e3;
  color: #fff75a;
}
.hljs-comment,
.hljs-template_comment,
.diff .hljs-header,
.hljs-doctype,
.hljs-pi,
.lisp .hljs-string,
.hljs-javadoc {
  color: #c3e1e1;
}
/* Solarized Green */
.hljs-keyword,
.hljs-winutils,
.method,
.hljs-addition,
.css .hljs-tag,
.hljs-request,
.hljs-status,
.nginx .hljs-title {
  color: #859900;
}
/* Solarized Cyan */
.hljs-number,
.hljs-command,
.hljs-string,
.hljs-tag .hljs-value,
.hljs-rules .hljs-value,
.hljs-phpdoc,
.tex .hljs-formula,
.hljs-regexp,
.hljs-hexcolor,
.hljs-link_url {
  color: #fff75a;
}
/* Solarized Blue */
.hljs-title,
.hljs-localvars,
.hljs-chunk,
.hljs-decorator,
.hljs-built_in,
.hljs-identifier,
.vhdl .hljs-literal,
.hljs-id,
.css .hljs-function {
  color: #fff75a;
}
/* Solarized Yellow */
.hljs-attribute,
.hljs-variable,
.lisp .hljs-body,
.smalltalk .hljs-number,
.hljs-constant,
.hljs-class .hljs-title,
.hljs-parent,
.haskell .hljs-type,
.hljs-link_reference {
  color: #b58900;
}
/* Solarized Orange */
.hljs-preprocessor,
.hljs-preprocessor .hljs-keyword,
.hljs-pragma,
.hljs-shebang,
.hljs-symbol,
.hljs-symbol .hljs-string,
.diff .hljs-change,
.hljs-special,
.hljs-attr_selector,
.hljs-subst,
.hljs-cdata,
.clojure .hljs-title,
.css .hljs-pseudo,
.hljs-header {
  color: #cb4b16;
}
/* Solarized Red */
.hljs-deletion,
.hljs-important {
  color: #dc322f;
}
/* Solarized Violet */
.hljs-link_label {
  color: #6c71c4;
}
.tex .hljs-formula {
  background: #eee8d5;
}
