.lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: #555;
}

.h2, h2 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 1rem;
    font-size: 1.5rem;
    letter-spacing: .1px;
}

.h3, h3 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 1rem;
    font-size: 1.4rem;
    letter-spacing: .1px;
}

.h4, h4 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 1rem;
    font-size: 1.2rem;
}

#content table {
    width: 800px;
    box-shadow: 0 0 0 1px #f0f4f7;
    border-radius: 0px;
    margin: 0.5em 0.5em 0em;
    border-color: #f0f4f7;
}

#content thead {
    background: #f0f4f7;
    font-weight: 500;
}

#content tbody tr:nth-child(even) {
    background: #f0f4f7;
}

#content table tbody, article table tbody td>* {
    font-size: 14px;
    line-height: 26px;
}

#content tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

#content th, td {
    box-sizing: border-box;
    font-weight: 300;
    text-align: left;
    padding: 6px;
}

#content a {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; !important;
    font-style: normal;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    color: #556cd6;
}

#content ul>li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 20px;
    top: 9px;
    border-radius: 50%;
    background: #000;
}

#content ul li {
    margin-top: 0;
    margin-bottom: 1rem;
    position: relative;
    margin: 5px 0;
    padding-left: 40px;
}

#content ul li a {
    color: #556cd6;
}

#content ol li a {
    color: #556cd6;
}

#json-in-details table {
    width: 95%;
    box-shadow: none;
}

#json-in-details div.highlight {
    width: 100%;
}

#json-in-details td.rouge-gutter pre {
    color: #939598;
    padding: 1px;
}

#json-in-details pre {
    width: 100%;
    color: rgb(255, 255, 255, 0.9);
    background-color: rgb(39, 39, 39, 0.9);
}