#list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw):not(.header_ptw) {
	float: left;
	position: relative;
	margin: 0 0 10px 10px;
	width: 200px;
	height: 300px;
}

/* EDIT-MORE */
#list_surround table:nth-of-type(n+4) tbody div small { visibility: hidden; }

#list_surround table:nth-of-type(n+4) tbody small a:first-of-type {
	 visibility: visible;
	position: absolute !important;
	display: block;
	right: 18px;
	top: 161px;
	font-size: 13px; 
	color: #26bae0;
}


#list_surround table:nth-of-type(n+4) tbody small a:last-of-type { display: none; }

/* SORT */
#list_surround > table:nth-of-type(n+4) ~ .header_cw + table,
#list_surround > table:nth-of-type(n+4) ~ .header_completed + table,
#list_surround > table:nth-of-type(n+4) ~ .header_onhold + table,
#list_surround > table:nth-of-type(n+4) ~ .header_dropped + table,
#list_surround > table:nth-of-type(n+4) ~ .header_ptw + table {
	display: none;
}

.header_cw + table, .header_completed + table, .header_onhold + table,
.header_dropped + table, .header_ptw + table {
	position: absolute;
	display: block;
	top: 174px;
	left: 10px;
	width: 620px;
	height: 26px;
	background-color: rgb(0, 0, 0);
}

#list_surround table:nth-of-type(3):before {
	position: absolute;
	display: block;
	content: '';
	margin: -248px 0 0 -122px;
	width: 275px;
	height: 400px;
	background: url(http://i.imgur.com/ilqkaLG.png) no-repeat;
	z-index: -1;
}

#list_surround table:nth-of-type(3):after {
	pointer-events: none;
	position: absolute;
	display: block;
	content: '';
	margin: -66px 0 0 520px;
	width: 100px;
	height: 100px;
	background: url(https://repo.hexatm.com/mal/Charlotte_star.png) no-repeat;
}

.table_headerLink {
	display: inline-block;
	width: 76px;
	font-size: 12px;
	line-height: 26px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	text-transform: lowercase;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.table_headerLink:hover { background-color: rgb(38, 186, 224); }

.table_headerLink strong { font-weight: normal !important; }

.table_header:first-child { display:none; }

.table_header:nth-child(2) { margin-left:0px; }

.table_header:nth-child(3) { margin-left:76px; }

.table_header:nth-child(4) { margin-left: 150px; }

.table_header:nth-child(5) { display: none; }

.table_header {
	position: absolute;
	display: inline-block;
}