table:hover+.hide{
    display:block !important;
    position:fixed;
    top:30px;
    left:5px;
    width:175px;
    height:249px;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius:15px;
    border-color:#FFF;
border-style: solid;
border-width: 2px;
} /* cover settings */
#list_surround table:nth-of-type(n+4) td.td1:nth-of-type(6), 
#list_surround table:nth-of-type(n+4) td.td2:nth-of-type(6),
#list_surround .table_header:nth-of-type(6){
    display: none;
    position: absolute;
}
#list_surround table:nth-of-type(n+4):hover td.td1:nth-of-type(6),
#list_surround table:nth-of-type(n+4):hover td.td2:nth-of-type(6) {
    background-color: black;
	opacity: 1;
	position:fixed;
    display: block !important;
    left: 0%;
    top: 263px;
    width: 165px;
	border-radius: 15px;
	padding: 8px 8px 8px 8px;
    border-color:#FFF;
border-style: solid;
border-width: 2px;
}