table {
    table-layout: fixed;
    width: 100%;
}

table td {
    word-wrap: break-word;
    overflow-wrap: break-word;
}