.table {
    table-layout: fixed;
    width: 100%;
}

    .table td {
        word-wrap: break-word;
        font-size: 0.9rem;
    }
