/* custom.css */

table.docutils {
    table-layout: fixed;
    width: 100%;
}

table.docutils td {
    word-wrap: break-word;
    white-space: normal;
}

