body { background: #f7f7f9; }
.card { border-radius: 1rem; }

.table td {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

