/*
============================
Some CSS utility classes
============================
*/

.th-font-weight-normal th {
    font-weight: normal;
}

/*
============================
Other misc custom overrides
============================
*/

/* Override tables (class=autosummary) to have 100% width */
/* i.e. the autogenerated tables in api/index.rst */
div.autosummary table {
    width: 100%;
    /*margin: 0;*/
}

/* Allow long sidebar names to overflow */
.sidebar-tree .toctree-l2 .reference {
    overflow-wrap: unset;
}

/* Style Plotly graphs container */
.plotly-graph-wrapper {
    margin: 0 auto;
    width: 100%;
    overflow: scroll;
}
