/* Highlight class headers */
dl.py.class > dt {
    background-color: #f0f8ff;
    border-left: 4px solid #2980b9;
    padding: 0.4em 0.6em;
    margin-bottom: 0.5em;
    font-weight: bold;
    border-radius: 4px;
    font-size: 1.05em;
}

/* Highlight standalone method/function headers */
dl.method > dt,
dl.function > dt {
    background-color: #f0f8ff;
    border-left: 4px solid #2980b9;
    padding: 0.4em 0.6em;
    margin-bottom: 0.5em;
    font-weight: bold;
    border-radius: 4px;
    font-size: 1.05em;
}

/* Target attribute doc lists generated by autodoc */
dl.field-list, dl.attribute, dl.field-list dt, dl.attribute dt,
dl.field-list dd, dl.attribute dd {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Provide minimal spacing to separate each attribute label and description */
dl.field-list > dt, dl.attribute > dt {
    margin-top: 0.1em !important;
    margin-bottom: 0.05em !important;
}
dl.field-list > dd, dl.attribute > dd {
    margin-top: 0 !important;
    margin-bottom: 0.15em !important;
}
