
#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:first-of-type {
    display: none !important;
}
#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;
    background-color: rgba(1, 153, 239, 0.7);
    border-color: white;
    border-image: none;
    border-radius: 0px 6px 6px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    color: white;
    display: block !important;
    right: -37px !important;
    letter-spacing: 0 !important;
    position: absolute !important;
    text-align: center;
    visibility: visible;
    width: 36px;
}

