/* Add margin between functions and class members */
.py.function, .py.method, .py.property {
    margin-bottom: 1rem;
}

/* Increase the default margin-bottom of 10px for autosummary tables */
table.docutils {
    margin-bottom: 20px;
}
