
#list_surround table:nth-of-type(n+4) tbody div small {
    letter-spacing: -12px;
    visibility: hidden;
}
#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 small a:first-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;
    background-color: rgba(234, 203, 82, 0.8);
    border-color: white;
    border-image: none;
    border-radius: 6px 0 0 6px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    color: white;
    display: block !important;
    left: -37px !important;
    letter-spacing: 0 !important;
    position: absolute !important;
    text-align: center;
    visibility: visible;
    width: 36px;
}
