/* Force list-table column widths to be respected */
.rst-content table.docutils {
    table-layout: fixed;
    width: 100%;
}

.rst-content table.docutils td,
.rst-content table.docutils th {
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
