.status_selected  a,
.status_not_selected a{
	background-color: rgba(55,55,55,0.9);
	color: #ffffff;
    padding: 7px;
	display: block;
	text-transform: uppercase;
}

.status_selected  a{
    background-color: rgba(22,22,22,0.7);
}

#list_surround tab\le:first-of-type a:hover{
    background-color: rgba(88, 88, 88, 0.9);
	letter-spacing: 1px;
    font-weight:bold;
	right:15px;
	width:200px;
	position: fixed;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.status_selected [title="0 Entries"],
.status_not_selected [title="0 Entries"] {
	background-color: rgba(200,200,200,0.25);
	color: black;
    pointer-events: none;
}

#list_surround tab\le:first-of-type td:nth-child(6){
    position:fixed;
    right:10px;
    width:200px;
    top:28px;
}
#list_surround tab\le:first-of-type td:nth-child(1):not([class^="td"]){
    position:fixed;
    right:10px;
    width:200px;
    top:61px;
}

#list_surround tab\le:first-of-type td:nth-child(2){
    position:fixed;
    right:10px;
    width:200px;
    top:94px;
}

#list_surround tab\le:first-of-type td:nth-child(3){
    position:fixed;
    right:10px;
    width:200px;
    top:127px;
}

#list_surround tab\le:first-of-type td:nth-child(4){
    position:fixed;
    right:10px;
    width:200px;
    top:160px;
}

#list_surround tab\le:first-of-type td:nth-child(5){
    position:fixed;
    right:10px;
    width:200px;
    top:193px;
}

#list_surround table:first-of-type td.status_selected{
    right:30px!important;
}