/* Tags */
td[class^='td']:nth-of-type(6) {
	visibility: hidden;
	pointer-events: none;
	position: absolute !important;
	display: table;
	left: 176px !important;  
	margin-top: 30px !important;   
	width: 288px !important; 
        font-size: 12px;
	line-height: 16px !important;
	border: none !important;
}

/* #*/
#list_surround table tbody:hover tr td[class^='td'][width="30"][align="center"] { border-right: solid 1px #138401; }

/* Score */
#list_surround table tbody:hover tr td[class^='td'][width="45"][align="center"] { border-left: solid 1px #138401; }

/* Score */
#list_surround table tbody tr [class="td"][width="45"] { width: 35px !important; }

/* Type */
#list_surround table tbody tr [class="td"][width="50"]  { width: 60px !important; }

/* Progress */
#list_surround table tbody tr [class="td"][width="70"] { width: 80px !important; }

#list_surround table tbody:hover tr td[class^='td']:nth-of-type(6) { visibility: visible; }

tr:hover >  .td1, tr:hover > .td2 { 
	height: 224px !important; 
	border-top: solid 1px #138401;
	border-bottom: solid 1px #138401;
}

.animetitle span {
	display: block;
	max-width: 440px;
	padding-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

tr:hover .animetitle span { 
	position: relative;
	margin-top: -102px;
	margin-left: 0;
	line-height: 16px !important;
}

#list_surround table:nth-of-type(n+4) tbody:hover .animetitle:after {
	position: absolute !important;
	display: block !important;
	content: '';
	width: 130px !important;
	height: 184px !important;
	left: 38px !important;
	margin-top: 14px !important;
	background-repeat: no-repeat !important;
	background-size: 105% 105%;
	border-radius: 10px;
	box-shadow:
 		0 1px 0 rgba(255, 255, 255, .2),
 		inset 0 4px 5px rgba(0, 0, 0, .6),
		inset 0 1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow:
 		0 1px 0 rgba(255, 255, 255, .2),
 		inset 0 4px 5px rgba(0, 0, 0, .6),
		inset 0 1px 0 rgba(0, 0, 0, .6);
 	 -webkit-box-shadow:
 		0 1px 0 rgba(255, 255, 255, .2),
 		inset 0 4px 5px rgba(0, 0, 0, .6),
		inset 0 1px 0 rgba(0, 0, 0, .6);
}

/* Airing, rewatching etc.*/
.animetitle + small { visibility: hidden; position: absolute; }

#list_surround table:nth-of-type(n+4) tbody:hover .animetitle + small {
	visibility: visible !important;
	position: absolute !important;
	display: inline-block !important;
	margin-left: 142px;
	margin-top: 173px;
	line-height: 14px !important;
	width: auto !important; 
	padding: 5px 8px;
	color: #00fa00;
	border: solid 1px #00fa00;
	border-radius: 4px;
}

/* EDIT */
#list_surround table:nth-of-type(n+4) tbody small { line-height: 14px !important; visibility: hidden; }

#list_surround table:nth-of-type(n+4) tbody:hover small a:first-of-type {
	visibility: visible;
	position: absolute !important;
	display: block !important;
	margin-top: 87px !important;
	right: 182px !important;
	width: auto;
	text-align: right;
	padding: 5px 8px;
	border: solid 1px #138401;
	border-radius: 4px;
}

#list_surround table:nth-of-type(n+4) tbody:hover small a:first-of-type:hover {
	color: #00fa00;
	border-color: #00fa00;
}

#list_surround table:nth-of-type(n+4) tbody:hover small a:last-of-type { visibility: hidden !important; }

/* 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;
}

#list_surround table:nth-of-type(3) {
	position: fixed;
	display: block;
	margin-left: -4px;
	top: 0;
	width: 654px;
	height: 22px;
	padding: 3px 2px 1px;
	background: url(http://dl.dropbox.com/u/78192465/MyAnimeList/GitS/Images/sort_bg.png) no-repeat;
	z-index: 5;
}.table_header { width: 24px; }

.table_headerLink {
	display: inline-block;	margin-left: 4px;	width: 16px;	height: 16px;	font-size: 0;	background-image: url(http://dl.dropbox.com/u/78192465/MyAnimeList/GitS/Images/sort_buttons.png);
	background-repeat: no-repeat;
}.table_headerLink:after {	pointer-events: none;	opacity: 0;
	display: block;	margin: 38px 0 0 -35px;	width: 86px;	height: 19px;
	padding-top: 0;	font-size: 8px;
	color: #00fa00;
	text-align: center;	font-weight: normal;
	text-transform: uppercase;	background: url(http://dl.dropbox.com/u/78192465/MyAnimeList/GitS/Images/balloon.png) no-repeat;	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}.table_headerLink:hover:after { opacity: 1; margin: 21px 0 0 -35px; padding-top: 17px; }

.table_header:first-child, td[width="125"] { display:none; }

.table_header:nth-of-type(2) a { background-position: 0 0; }.table_header:nth-of-type(2) a:after { content: 'Title'; }

.table_header:nth-of-type(3) a { background-position: -16px 0; }.table_header:nth-of-type(3) a:after { content: 'Score'; }

.table_header:nth-of-type(4) a { background-position: -32px 0; }.table_header:nth-of-type(4) a:after { content: 'Type'; }

.table_header:nth-of-type(5) a { background-position: -48px 0; }.table_header:nth-of-type(5) a:after { content: 'Progress'; }