.table {
    width: 100%;
}
.table td {
    overflow: hidden;
    max-width: 400px;
    word-wrap: break-word;
}
