/* Browse table: selection is driven by clicking anywhere on a row (an
   active_cell callback sets selected_rows), so the native radio-button column
   is redundant — hide it. Show a pointer cursor so rows read as clickable. */
#spectra-table .dash-select-cell,
#spectra-table .dash-select-header,
#hits-table .dash-select-cell,
#hits-table .dash-select-header {
    display: none;
}
#spectra-table .dash-cell,
#hits-table .dash-cell {
    cursor: pointer;
}
