1.table-non-fluid {
2    /*no-cell wrap*/
3    width: max-content !important;
4}
5.table-container-cs {
6    /* to allow mx-auto to work */
7    width: 100%;
8    margin-bottom: 1rem;
9}
10/*fighting dokuwiki css*/
11.table>:not(caption)>*>*{
12    padding:0.5rem .5rem!important;
13}
14