body {
    overflow-wrap: break-word;
    word-break: break-word;
    /* hyphens: auto; */
    max-width: 100%;
}
table {
    width: 100% !important;
}