.fake-clickable:hover > td {
    background-color: #f0f0f0; /* Example hover effect */
    text-decoration: underline;
    cursor: pointer;
}