table td,
table th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.clickable-row {
    cursor: pointer;
}