.attendee-tile .attendee-tile-name:hover {
    color: black!important;
    text-decoration:underline!important;
}

.attendee-tile:hover ~ .attendee-tile-name {
    color: black!important;
    text-decoration:underline!important;
    
}

.attendee-tile-role:hover ~ .attendee-tile-name {
    color: black!important;
    text-decoration:underline!important;
    
}