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

table.docutils td:first-child {
    white-space: nowrap !important;
    word-wrap: normal !important;
    overflow-wrap: normal !important;
}
