#content * {
    max-width: 45em;
}

#content h2 {
    font-size: 165%;
}

#content h3 {
    font-size: 140%;
}

#content h4 {
    font-size: 120%;
}

#content h5 {
    font-size: 110%;
}

#content h6 {
    margin-top: 1.4em;
    font-size: 95%;
}

#content h6 + ul {
    line-height: 1;
    margin-top: .2em;
}

#content ul,
#content ol {
    line-height: 1.4;
}

#content li {
    padding: .25em 0;
}

#content ul + p {
    margin-top: 1.1em;
}

#content a {
    cursor: pointer;
    text-decoration: underline;
}

#content pre {
    font-family: monospace;
    background-color: #e7e7e7;
    padding: .2em .5em;
    white-space: pre-wrap;
    max-width: none;
}

#content code {
    font-family: monospace;
    background-color: #e7e7e7;
}

#content pre *, #content code * {
    font-family: monospace;
}

li > pre {
    margin: 0.75em 0;
}

table {
    border-collapse: collapse;
}

th, td {
    border: 1px solid gray;
    padding: .25em .5em;
}

table + p, pre + p {
    margin-top: 1.4em;
}

#researchers_citing-pds4-data th:nth-child(2) {
    width: 220px;
}

#researchers_citing-pds4-data .terminology {
    color: black;
}

#researchers_citing-pds4-data img {
    cursor: pointer;
}