
.field-list > dd > dl > dd {
    margin-top: 0;
    margin-bottom: 0;
}

/* Spacing between the Param name and Param description in the Parameters list */
.field-list > dd > dl > dd > p {
    margin-top: .3rem;
}

.field-list > dd {
    margin-top: 0;
}

/* Define the font-size and line-height for the main content column (excluding TOC tree and sidepanel) */
.md-content > .md-typeset {
    font-size: .7rem;
    line-height: 1.3;
}

/* Spacing between paragraphs inside the main content column (excluding TOC tree and sidepanel) */
.md-content p {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.api-field > dt {
    line-height: 1.3;
}

.sig-object {
    padding: .1rem;
    line-height: 1.3;
    font-size: .7rem;
    border-radius: .3rem;
}

/* Define margins for every text block (dd) inside the main content column */
.md-typset dd {
    margin-bottom: 1em;
    margin-top: 1em;
}