#list_surround table:nth-of-type(n+4) tbody div small a {
  letter-spacing: -25px;
}

#list_surround table:nth-of-type(n+4) tbody small a:first-of-type {
    display: inline-block !important;
    opacity: 0;
}

#list_surround table:nth-of-type(n+4) tbody small a:last-of-type {
    display: none !important;
}

#list_surround table:nth-of-type(n+4) tbody:hover small a:first-of-type {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none color: white ;
    display: inline-block !important;
    position: relative !important;
    text-align: left;
    visibility: visible; 
    opacity: 1 !important;
    transition: all 0.8s ease 0s;
    letter-spacing: 2px;
    float: right;
    padding-left: 5px;
    font-weight: bold;
}

.td1 div, .td2 div {
    color: transparent !important;
    padding-left: 4px;
}

.td1 div:hover small a, .td2 div:hover small a {
    color:white;
    transition: all 0.8s ease 0s;
}	

.td1 div:hover a small, .td2 div:hover a small{
    color:white;
    transition: all 0.8s ease 0s;
}		

#list_surround table:nth-of-type(n+4) tbody div a small {
  letter-spacing: -25px;
}
#list_surround table:nth-of-type(n+4) tbody a small{
    display: inline-block !important;
    opacity: 0;
}

#list_surround table:nth-of-type(n+4) tbody:hover a small{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none color: white ;
    display: inline-block !important;
    position: relative !important;
    text-align: left;
    visibility: visible; 
    opacity: 1 !important;
    transition: all 0.8s ease 0s;
    letter-spacing: 2px;
    float: right;
    padding-left: 5px;
    font-weight: bold;
}