/* Simple subsection separators for API docs. */
.rst-content dl.field-list > dt,
.rst-content dl.field-list.simple > dt,
.rst-content p.rubric {
    display: block;
    float: none;
    clear: both;
    width: auto;
    margin: 1.4rem 0 0.75rem;
    padding: 0 0 0.35rem;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    color: inherit;
}

.rst-content dl.field-list > dd,
.rst-content dl.field-list.simple > dd {
    margin-left: 0;
}
