#list_surround table:nth-of-type(n+4) tbody div small {
    letter-spacing: -12px;
    visibility: hidden;
    padding-right: 7px;
}
#list_surround table:nth-of-type(n+4) tbody:hover small a:first-of-type {
    letter-spacing: 0 !important;
    position: absolute !important;
    visibility: visible;
}