/* Target the SNP column cells for hover effect */
#top-20-table .dash-cell.column-SNP:hover {
    background-color: lightblue; /* Change background on hover */
    cursor: pointer; /* Change cursor to indicate interactivity */
}

/* Make the SNP column cells look like links */
#top-20-table .dash-cell.column-SNP {
    color: blue; /* Text color */
    text-decoration: underline; /* Underline to mimic a hyperlink */
}
