html, body {
    background-color: transparent;
    scroll-behavior: smooth;
}

.sbdocs, .sbdocs h1, .sbdocs p, .sbdocs a, .sbdocs h1, .sbdocs h2, .sbdocs h3, .sbdocs div, .sbdocs li{
    font-family: 'NeueHaas', sans-serif !important;
}

.sbdocs pre div {
    font-family: monospace!important;
}

.sbdocs-content:last-child {
    padding-bottom: var(--baseline-double);
}

.sbdocs-wrapper {
    padding-bottom: 0!important;
}

.sbdocs h2:not(.card__title):not(.toggle-section__heading){
    margin-top: var(--baseline-double)!important;
}

.sbdocs h2 {
    border-bottom: none;
}

.sbdocs h2.section-title{
    font-weight: 500;
    margin-top: calc(var(--baseline)*3);
    padding-top: var(--baseline-double);
}

h2.sbdocs-h2.section-title--flush {
    font-weight: 500;
    margin-top: var(--baseline-double);
}

h3.sbdocs-h3, h3.sbdocs-h3:first-of-type {
    font-size: 1.25rem !important;
    margin-top: var(--baseline-double);
}

.sbdocs a:not(.tabs__nav-link):not(.btn) {
    color: var(--off-black)!important;
}

.sbdocs a:not(.tabs__nav-link):not(.btn):hover {
    text-decoration: underline;
}

h3.content-title {
    margin-bottom: 0;
}

.content-title + p {
    margin-top: 0;
}

.sbdocs li ul.sbdocs {
    margin-top: 12px;
    list-style: circle;
}

.sbdocs li ul.sbdocs strong {
    font-weight: 500;
}

p.subtitle {
    font-size: 1.2rem;
    font-weight: lighter;
    margin-bottom:var(--baseline-double);
}

table.docblock-argstable td {
    font-size: 0.75rem;
}

.layout-options, .layout {
    background: var(--light-grey-1);
    margin-left: calc((-1*((100vw - 100%)/2)) + 10px);
    margin-right: calc((-1*((100vw - 100%)/2)) + 10px);
    padding-bottom: var(--baseline-double);
}

.bg-grey {
    background: var(--light-grey-1);
}

.layout {
    padding: var(--baseline) 0;
    margin-bottom: var(--baseline-double)
}

.layout-options > *, .layout > * {
    max-width: 1000px;
    margin-left: auto!important;
    margin-right: auto!important;
}

.layout-options h3.sbdocs-h3 {
    margin: 0;
}

.layout-options h4.sbdocs-h4 { 
    font-size: 1rem;
}

div.sb-card {
    margin-bottom: var(--baseline-double);
    padding: var(--baseline);
    background: white;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
}

ul.list--tick {
    list-style: none;
    padding: 0;
}

.list--tick li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.list--tick li:before {
    content: "\2713" ;
    font-size: 20px;
    color: green;
    position: absolute;
    left: 0;
}

.sbdocs ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding: 0;
}

.sbdocs ol li {
    counter-increment: my-awesome-counter;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.sbdocs ol li:before {
    content: counter(my-awesome-counter);
    font-size: 16px;
    position: absolute;
    left: 0;
}

div.col.docs-col > * {
    max-width: 80%;
}

p.subtitle + nav ul.in-page-nav{
    margin-top: calc(var(--baseline-half)* -1);
    margin-bottom: var(--baseline-double);
}

nav ul.in-page-nav{
    list-style: none;
    padding: 0;
    margin-top: 0;
}

nav ul.in-page-nav li{
    display: inline-block;
    margin-right: var(--baseline-half);
    padding-right: var(--baseline-half);
    border-right: 1px solid var(--dark-grey-1);
}

nav ul.in-page-nav li:last-child{
    border-right: none;
}

nav ul.in-page-nav li a{
    color: var(--dark-grey-3);
    text-decoration: underline;
}

.docblock-argstable-body textarea {
    min-height:100px;
}

.to-top {
    text-align: right;
    margin-top: var(--baseline-half)!important;
    margin-bottom: calc(var(--baseline)*-1)!important;
}

.to-top a{
    color: var(--dark-grey-3);
    text-decoration: underline;
    font-size: var(--font-size-minus-1);
}

.innerZoomElementWrapper > * {
    display: block!important;
}

#frontend.layout-options h2:first-child {
    padding-top: var(--baseline-double);
}

.sb-story {
    position: relative;
    overflow: hidden;
    margin: 25px 0 40px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.10) 0 1px 3px 0;
    border: 1px solid hsla(203, 50%, 30%, 0.15);
    padding: 30px 20px;
}