.no-display {
    display: none !important;
}

td:hover .no-display {
    display: block !important;
}


