
div.code-indent {
    padding-left: 20px;
    margin-top: -15px;
}

code {
    border-radius: 0;
    white-space: nowrap;
    color: inherit;
    background: transparent;
    border-width: 0;
    padding: 0 2px;
}

ul, ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h1 {
    text-align: left;
    text-transform: inherit;
    font-weight: bold;
}

h2 {
    margin: 1.5rem 0;
}

pre {
    margin: 1rem 0;
}

#body-inner {
    max-width: 70rem;
}

img {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

td p {
    margin: 0;
}

blockquote {
    border-left: 5px solid #a1d2fd !important;
    background-color: #f0f1fd;
    color: #1a1b1c;
}

blockquote > ul {
    margin-top: 0;
}

blockquote > p {
    margin-bottom: 0;
}

table.info td {
    vertical-align: top;

}