#records_table tbody tr { cursor: pointer; }

#records_table td {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}

#records_table td:nth-child(5),
#records_table td:nth-child(7),
#records_table td:nth-child(8) {
    white-space: nowrap;
}

/* Reserve table height before DT initializes */
.card:has(#records_table) .card-body {
    min-height: calc(39vh + 3rem);
}
