th, td, a, h1, h2, h3, p {
    /*overflow-wrap: break-word !important;*/
    word-wrap: break-word !important;
    -ms-word-break: initial !important;
    word-break: initial !important;
    -webkit-hyphens: auto !important;
    -moz-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: auto !important;
    }
