.status_selected {
    background-color: rgba(51,51,51,0.7);
    color: #ffffff;
    padding: 7px;
}

.status_selected a {
    color: inherit;
    display:block;
    width:100%;
}

.status_not_selected {
    background-color: rgba(230,230,230,0.7);
    color: #000000;
    padding: 7px;
}
.status_not_selected a {
    color: inherit;
    display:block;
    width:100%;
}


#list_surround tab\le:first-of-type a:hover{
    letter-spacing: 1px;
    font-weight:bold;
    
}
#list_surround tab\le:first-of-type td:hover{
    background-color: rgba(196, 24, 33, 0.9);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*#list_surround tab\le:first-of-type td{
    position:fixed;
    left:10px;
    width:200px;
}
*/
#list_surround tab\le:first-of-type td:nth-child(6){
    position:fixed;
    left:10px;
    width:200px;
    top:18px;
}
#list_surround tab\le:first-of-type td:nth-child(1){
    position:fixed;
    left:10px;
    width:200px;
    top:51px;
}

#list_surround tab\le:first-of-type td:nth-child(2){
    position:fixed;
    left:10px;
    width:200px;
    top:84px;
}

#list_surround tab\le:first-of-type td:nth-child(3){
    position:fixed;
    left:10px;
    width:200px;
    top:117px;
}

#list_surround tab\le:first-of-type td:nth-child(4){
    position:fixed;
    left:10px;
    width:200px;
    top:150px;
}

#list_surround tab\le:first-of-type td:nth-child(5){
    position:fixed;
    left:10px;
    width:200px;
    top:183px;
}

#list_surround table:first-of-type td.status_selected{
    left:30px;
}