html {
    font-size: 14px;
    line-height: .8;
    offcanvas-height: 100%;
}

/* table { */
/*     font-size: 95%; */
/*     margin: 0 auto; */
/*     width: 100%; */
/*     clear: both; */
/*     border-collapse: collapse; */
/*     table-layout: fixed; */
/*     word-wrap: break-word; */
/* } */

th, td {
    /* white-space: nowrap; */
    table-layout: fixed;
    word-wrap: break-word;
}
div.dataTables_wrapper {
    margin: 0 auto;
    table-layout: fixed;
}
