@import url(https://s.crunch.io/public/fonts/proximanova.css);
@import url(https://fonts.googleapis.com/css?family=Inconsolata);

div.admonition {
    margin-top: 0;
}

div.highlight pre {
    background-color: transparent;
}

div.jsonschema-pass {
    margin-left: 48px;
}

div.jsonschema-fail {
    margin-left: 48px;
}

div.jsonschema .highlight {
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: right center;
}

div.jsonschema-pass .highlight {
    background-color: #eeffcc;
    background-image: url(pass.svg);
    background-repeat: no-repeat;
    background-position: right center;
}

div.jsonschema-fail .highlight {
    background-color: #ffcccc;
    background-image: url(fail.svg);
    background-repeat: no-repeat;
    background-position: right center;
}

p.jsonschema-comment {
    margin-left: 48px;
}

.tabbable {
    margin-bottom: 12px;
}

.nav {
    margin-bottom: 0px;
    margin-left: 0;
    list-style: none;
}

.tab-content {
    padding: 9.5px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

code, pre {
    font-family: Inconsolata,Monaco,Menlo,Consolas,"Courier New",monospace;
}

.navbar, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 900;
}

.toc-footer li {
    font-size: 120%;
    padding: 2ex 20px 2ex 20px;
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navbar-brand img {
    height: 30px;
    margin-right: 3em;
    margin-top: -4px;
}

.navbar-nav {
    float: right;
}

.navbar-version {
    display: none;
}

body .container {
    overflow-y: hidden;
}

.bs-sidenav .nav .nav .nav .nav .nav > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 60px;
  font-size: 90%;
}

.bs-sidenav .nav .nav .nav .nav .nav .nav > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 70px;
  font-size: 90%;
}
