@import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);
@import url(http://fonts.googleapis.com/css?family=MedievalSharp);
@import url(https://mal-image.appspot.com/anime/Ruper7);
/*@import url(http://storage.live.com/items/4A07C1EEED420167%21150);*/


/*https://myanimelist.net/forum/?topicid=563993/*
/*importo las caratulas de aqui, ya que las antiguas no van: https://myanimelist.net/forum/?topicid=443333, he usado Mal Tool ya que el resto no me iban bien
@import url(https://mal-image.appspot.com/anime/Ruper7);
/*
Got a question or want to learn more? Try this link:
http://myanimelist.net/forum/?topicid=419405&show=0#post1
*/

/*
BACKGROUND IMAGE
This is the main background image for the whole page.
Change the image link to the background you want!

If you're not seeing a background, make sure you are copied the
entire CSS code or added any new background image codes correctly.
Also your image link may be broken, try uploading a new background then!
*/

body {
background-image:
url(http://i.imgur.com/qwDwraj.jpg);
background-attachment: fixed;
}



/*
HEADER COLOR AND FONT
These codes control the main headers' fonts and colors. Every header is above each part of your list (they say things like Currently Watching, Completed, Dropped, etc). if you don't want a solid color there, go to the line that starts with background-color and replace it the color type (blue for example) with the word "transparent" (no quotations).


.header_title {
background-image:url(http://img15.imageshack.us/img15/228/frame6518.png);
color:black;
font-family:MedievalSharp, cursive, bold;
font-size:50px;
width:240px;
text-align:left;
}
*/


/*
SUB-HEADERS BACKGROUND COLOR COLOR
Below each main header is the sub-header which says Score, Episodes, Tags, etc.
*/

.table_header {
background-color:rgba(0,0,0,0.5);
}



/*
ANIME/MANGA TITLE FONTS
This is the type and color of the anime/manga titles on your list, like Bleach, Vampire Knight, etc.
*/

.animetitle, .animetitle:visited {
color: white;
font-family:MedievalSharp, cursive, bold;
font-size:20px;
}




/*
LIST FONTS
This is the type and color for more of the numbers, links, and words on the list itself!
*/

.td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright {
color:white;
font-family:Lucida Grande;
font-variant:small-caps;
}



/*
LIST WIDTH
Use this to increase the width of your list!
*/

#list_surround {
width:900px;
height:2000px;
}


/*
REPOSITION MAIN BACKGROUND
Change the position your background starts on your screen from with the two properties after "background-position" below.

You replace 'center' and '43%' with two other properties, they can be any of the following: left, top, bottom, right, or center.

So if you want your background to start from the center of the screen, use "center center" after background-position in the code below, replacing "center 43%".
If you want it to start from the top and left, use "top left"
If you want it to start from the top and center, use "top center".
If you want it to start from the right and top, use "right top"
If you want it to start from the right and bottom, use "right bottom"
and so forth...

Additionally, you can change "left" to a % to determine how far left or right the background starts from. For example "30% top" will start the background from the top but 30% of the pic's width from the left of the layout. You can also change top to a % to change the amount you want to start it from the top or bottom.
*/

body{
background-position: left bottom;
background-size: cover;
}



/*OTHER CODES
Important codes for the layout's setup. Don't mess with these unless you know exactly what you're doing. If you want to customize more on the page, use the link at the top of this CSS, or ask in my club!
*/


body {
font-weight: light;
background-repeat: no-repeat;
background-color: black;
}
#list_surround {
margin:auto;
background-image:url();
}
a {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover, a:visited:hover {
color:red;
text-decoration:underline;
}
.category_totals,
.td1,
.td2,
#grand_totals,
#copyright {
/*background-image:url(http://img15.imageshack.us/img15/228/frame6518.png);*/
background-image:url("http://i.imgur.com/ISqdxMs.png");
padding:2px;
}

.category_totals{text-align:center;}

.category_totals:HOVER,
.td1:HOVER,
.td2:HOVER,
#grand_totals:HOVER,
#copyright:HOVER {background-color:black;
border-width:0;
padding:2px;
}
/*#copyright:after {
content: " Custom CSS by Shishio-kun. Google 'Shishio's Custom Lists' for more designs or info.";
}*/

.thickbox {
color:cyan;
font-family:fantasy;
font-size:12px;
}
.header_title {
height:52px;
padding:2px;
}
.table_header {
border-width:0;
font-weight:bold;
padding:2px;
}
.category_totals {
height:30px;
}
#copyright, #grand_totals {
text-align: left;
margin:0 auto;
}
/*
CODES (REPLACEMENT FOR "CSS FOR FOXGIRLS" IMPORT)
Used to remove the more button (which no longer works after using the code above to show covers). Also helps with settings for the tag hover option if you use that. 
*/

#list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(3),
#list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(4), 
#list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(5), 
#list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(6), 
#list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(7),
#list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(8) {
    display: tab\le-cell;
}

#list_surround small a:last-of-type {
    display: none !important;
}

.animetitle + small {
    visibility: visible !important;
}

#list_surround a[href*="http://myanimelist.net/panel.php?go=edit"],
#list_surround a[href*="http://myanimelist.net/editlist.php?type="], 
#list_surround a[href*="http://myanimelist.net/panel.php?go=add"] {
    visibility: visible !important;
    margin-right: 10px
}

.td1:nth-of-type(6) small, .td2:nth-of-type(6) small,
.td1:nth-of-type(5) small, .td2:nth-of-type(5) small,
.td1:nth-of-type(4) small, .td2:nth-of-type(4) small {
    visibility: visible !important;
}

.td1:nth-of-type(6) small:hover, .td2:nth-of-type(6) small:hover,
.td1:nth-of-type(5) small:hover, .td2:nth-of-type(5) small:hover,
.td1:nth-of-type(4) small:hover, .td2:nth-of-type(4) small:hover{
    text-decoration: underline;
}
/* COVER AREA
The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS to see a DVD or manga cover). 

Move the cover's location around with left and top. 
Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. 
Increase height and width to make the pics bigger. 
Delete border-style: solid; to remove the border. 

For changing the original background color see the bottom of the original post:
http://myanimelist.net/forum/?topicid=563993
*/
.hide {
background-size: cover;
left: 900px;
top: 333px;
height: 400px; /*ratio h/w=1,548672566*/
width: 270px;
padding-bottom: 0px;
border-style: solid;
border-color: black;
border-top: 2px solid black;
border-left: 2px solid black;
border-right: 2px solid black;
border-bottom: 2px solid black;
border-radius: 25px 25px 25px 25px;
background-color: rgba(200, 5, 200, 0.75);
background-position: center 50% !important;
background-repeat: no-repeat !important;
display: block !important;
position: fixed;
visibility: hidden;
opacity: 0,8;
}

/* PREVIEW MSG ABOVE COVERS
Remove content: "preview"; to remove the PREVIEW text.
Change the text in quotations after content to what you want it to say above your cover pic. 
Top and width controls the position of the text.
*/
.hide:before {
color: white;
background: transparent;
content: "";
padding-bottom: 5px;
position: absolute;
text-align: center;
width: 960px;
top: -25px;
border-radius: 25px 25px 0 0;
}


/* OTHER SETTINGS */
:hover + .hide {
visibility: visible;
opacity: 1;
}
#list_surround {
margin: inherit;
}

.animetitle[href*="/5114/"] { padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/6594/"]{ padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/9253/"] { padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/16498/"] { padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/23623/"] { padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/11741/"]{ padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/28891/"]{ padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/4181/"]{ padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/31240/"]{ padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/32935/"]{ padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/25777/"]{ padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/33095/"]{ padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/31758/"]{ padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/32281/"]{ padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/35247/"]{ padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/9756/"]{ padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/35557/"]{ padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}
.animetitle[href*="/33352/"]{ padding-left: 25px; background-image: url("http://i.imgur.com/DxE9myx.png");}



.animetitle{
background-attachment: scroll !important;
background-clip: border-box !important;
background-position: left top !important;
background-repeat: no-repeat !important;
background-size: contain !important;
}

/*
LIST BACKGROUND COLOR AND OPACITY
Go to this page for instructions on customizing this part,
under: Changing the list background color + opacity of the list background
http://myanimelist.net/forum/?topicid=440525

The codes control the list in this order: odd numbered rows, even numbered rows, category totals, grand totals, copyright.
*/

.td1 {
background: none repeat scroll 0 0 rgba(00, 20, 245, 0.5) !important;
/*background-image:url(http://img15.imageshack.us/img15/228/frame6518.png) !important;*/
background-image:url("http://i.imgur.com/ISqdxMs.png") !important;

}
.td2 {
background: none repeat scroll 0 0 !important;
/*background-image:url(http://img15.imageshack.us/img15/228/frame6518.png) !important;*/
background-image:url("http://i.imgur.com/ISqdxMs.png") !important;
}
/* Will round the headers */

.header_title{
border-radius: 25px 25px 0px 0px;
}

.header_completed {
background-image:url(http://i.imgur.com/DFZm2GA.png);
height: 280px;
margin-bottom: 0px;
background-color: transparent;
border-radius: 25px 25px 0px 0px;
background-repeat: no-repeat;
font-size:0px;
}

/*#mal_cs_otherlinks { visibility: hidden; }*/
.status_not_selected a, .status_selected a,.status_selected a :hover{
visibility:hidden;
position:absolute;
margin-top: 1500px;
left:1000px;
}
/* ------------------------------- */
/*  [ CLEAN TOPBAR ] by Luxiamimi  */
/* ------------------------------- */

#mal_control_strip
{
	position: fixed !important;
	top:0px;
	left:0px;
	border: none !important;
	box-shadow: 0px 7px 10px #000000;
	z-index: 100 !important;
	padding: 0 !important;
	margin: 0 !important;
}

#mal_control_strip td
{
	padding: 0 !important;
	margin: 0 !important;
}

#mal_cs_pic, #mal_cs_listinfo, #mal_cs_links
{
	border-right: 0 none !important;
}

#mal_control_strip a
{
	font-family: 'Exo', 'Trebuchet MS' !important;
	font-size: 14px !important;
transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
-webkit-transition: background-color 0.2s;
-o-transition: background-color 0.2s;
}
#mal_control_strip a:hover
{
	background-color: rgba(255, 255, 255, 0.2) !important;
}

#mal_cs_listinfo
{
	padding: 0 !important;
	margin: 0 !important;
	width: 210px !important;
}

#mal_cs_listinfo div:first-of-type
{
	display: inline-block !important;
	margin: 0 !important;
	height: 40px !important;
	width: 150px !important;
	float: left;
	padding-left: 40px !important;
}

#mal_cs_listinfo div:last-of-type
{
	display: inline-block !important;
	text-align: center !important;
	margin: 0 !important;
	height: 40px !important;
	width: 20px !important;
}

#mal_cs_listinfo a[href*="/profile/"]
{
	display:block !important;
	text-align: center !important;
	height: 27px !important;
	padding-top: 12px;
	padding-left: 40px;
	padding-right: 10px;
	font-family: 'Exo', 'Trebuchet MS' !important;
	font-size: 14px !important;
	text-decoration: none !important;
	background-image: url(http://i.imgur.com/iPqM6vE.png) !important;
	background-repeat: no-repeat !important;
	background-position: 4px 4px !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#mal_cs_listinfo a[href*="/profile/"]:hover
{
}

#mal_cs_listinfo a[href="/panel.php?go=logout"]
{
	display:block !important;
	text-align: center !important;
	height: 38px !important;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	text-indent: -9999em !important;
	background-color: rgba(100, 0, 0, 1) !important;
	background-image: url(img/logout.png) !important;
	background-repeat: no-repeat !important;
	background-position: center  !important;
}

#mal_cs_listinfo a[href="/panel.php?go=logout"]:hover
{
	background-color: rgba(150, 0, 0, 1) !important;
}

#mal_cs_links
{
	padding: 0 !important;
	margin: 0 !important;
	width: 120px !important;
}

#mal_cs_links div
{
	display: inline-block !important;
	margin: 0 !important;
	height: 40px !important;
	width: 80px !important;
	font-size: 0 !important;
}

#mal_cs_links div:first-of-type
{
	float: left;
	width: 40px !important;
}

#mal_cs_links a[href="/addtolist.php?hidenav=1"],
#mal_cs_links a[href="/"],
#mal_cs_links a[href*="/animelist/"],
#mal_cs_links a[href*="/mangalist/"]
{
	display: inline-block !important;
	border-right: 1px solid gray;
	text-indent: -9999em !important;
}

#mal_cs_links a[href="/"]
{
	background-image: url(http://i.imgur.com/EK1J76O.png), url(http://i.imgur.com/OI0oab5.png) !important;
	background-repeat: no-repeat, no-repeat !important;
	background-position: 0 0, 0 0 !important;
	position:fixed;
	top:0px;
	left:0px;
	width: 40px !important;
	height: 39px !important;
}
#mal_cs_links a[href="/"]:hover
{
	background-image: url(http://i.imgur.com/OI0oab5.png), url(http://i.imgur.com/EK1J76O.png) !important;
	background-repeat: no-repeat, no-repeat !important;
	background-position: 0 0, 0 0 !important;
}

#mal_cs_links a[href="/addtolist.php?hidenav=1"]
{
	background-image: url(http://i.imgur.com/KefOZjk.png) !important;
	background-repeat: no-repeat !important;
	background-position: 4px center  !important;
	height: 39px !important;
	width: 39px !important;
}
#mal_cs_links a[href*="/animelist/"]
{
	background-image: url(http://i.imgur.com/K4RRY13.png) !important;
	background-repeat: no-repeat !important;
	background-position: 4px center  !important;
	height: 39px !important;
	width: 39px !important;
}
#mal_cs_links a[href*="/mangalist/"]
{
	background-image: url(http://i.imgur.com/XhzRoee.png) !important;
	background-repeat: no-repeat !important;
	background-position: 4px center  !important;
	height: 39px !important;
	width: 39px !important;
}

#mal_cs_links a[href="/"],
#mal_cs_links a[href*="/animelist/"]
{ float: left; }

#mal_cs_otherlinks a[href="/addtolist.php?hidenav=1"]
{ float: right; }

#mal_cs_otherlinks
{
	padding: 0 !important;
	margin: 0 !important;
	width: 520px !important;
	float: left;
}

#mal_cs_otherlinks div:first-of-type
{
	display: inline-block !important;
	margin: 0 !important;
	height: 40px !important;
	font-size: 0 !important;
	float: left;
}

#mal_cs_otherlinks div:last-of-type
{
	display: inline-block !important;
	margin: 0 !important;
	height: 40px !important;
	width: 220px !important;
	font-size: 0 !important;
}

#mal_cs_otherlinks strong
{
	display: inline-block !important;
	text-align: center !important;
	height: 27px !important;
	border-right: 1px solid gray;
	padding: 12px 15px 0px 15px !important;
	font-family: 'Exo', 'Trebuchet MS' !important;
	font-size: 14px !important;
	font-weight: normal;
cursor: default;
}

#mal_cs_otherlinks strong a[href*="/profile/"]:hover
{
	background-color: transparent !important;
	text-shadow: 0px 0px 5px white;
}

#mal_cs_otherlinks a[href*="/history/"],
#mal_cs_otherlinks a[href="/forum/"],
#mal_cs_otherlinks a[href="/panel.php?go=export"],
#mal_cs_otherlinks a[href*="/sharedanime.php?"],
#mal_cs_otherlinks a[href*="/sharedmanga.php?"],
#mal_cs_otherlinks a[href*="/mangalist/"],
#mal_cs_otherlinks a[href*="/animelist/"],
#mal_cs_otherlinks a[href="/login.php"],
#mal_cs_otherlinks a[href="/register.php"],
#mal_cs_otherlinks a[href="/modules.php?go=faq"]
{
	display: inline-block !important;
	text-align: center !important;
	height: 39px !important;
	border-right: 1px solid gray;
	width: 39px !important;
	text-indent: -9999em !important;
}

#mal_cs_otherlinks a[href*="/history/"]
{
	background-image: url(http://i.imgur.com/5LzajpX.png) !important;
	background-repeat: no-repeat !important;
	background-position: center  !important;
}
#mal_cs_otherlinks a[href="/forum/"]
{
	background-image: url(http://i.imgur.com/j4Nrajx.png) !important;
	background-repeat: no-repeat !important;
	background-position: center  !important;
}
#mal_cs_otherlinks a[href="/panel.php?go=export"]
{
	background-image: url(http://i.imgur.com/ZCth3ed.png) !important;
	background-repeat: no-repeat !important;
	background-position: center  !important;
}
#mal_cs_otherlinks a[href*="/sharedanime.php?"],
#mal_cs_otherlinks a[href*="/sharedmanga.php?"]
{
	background-image: url(http://i.imgur.com/MiawDGC.png) !important;
	background-repeat: no-repeat !important;
	background-position: center  !important;
}
#mal_cs_otherlinks a[href*="/mangalist/"]
{
	background-image: url(http://i.imgur.com/XhzRoee.png) !important;
	background-repeat: no-repeat !important;
	background-position: center  !important;
}
#mal_cs_otherlinks a[href*="/animelist/"]
{
	background-image: url(http://i.imgur.com/K4RRY13.png) !important;
	background-repeat: no-repeat !important;
	background-position: center  !important;
}
#mal_cs_otherlinks a[href="/login.php"]
{
	background-image: url(http://i.imgur.com/V98qydE.png) !important;
	background-repeat: no-repeat !important;
	background-position: center  !important;
}
#mal_cs_otherlinks a[href="/register.php"]
{
	background-image: url(http://i.imgur.com/FOnv5qG.png) !important;
	background-repeat: no-repeat !important;
	background-position: center  !important;
}
#mal_cs_otherlinks a[href="/modules.php?go=faq"]
{
	background-image: url(http://i.imgur.com/QXoqkwM.png) !important;
	background-repeat: no-repeat !important;
	background-position: center  !important;
}

#mal_cs_otherlinks a[href*="/history/"],
#mal_cs_otherlinks a[href="/forum/"],
#mal_cs_otherlinks a[href*="/sharedanime.php?"],
#mal_cs_otherlinks a[href*="/sharedmanga.php?"],
#mal_cs_otherlinks a[href*="/mangalist/"],
#mal_cs_otherlinks a[href*="/animelist/"]
{ float: left; }

span[title="Compatibility Score"]
{
	font-family: 'Exo', 'Trebuchet MS' !important;
	font-size: 18px !important;
	display: inline-block !important;
	float: right;
	height: 39px !important;
	width: 99px !important;
	border-right: 1px solid gray;
	text-align: center !important;
cursor: default;
}

span[title="Compatibility Score"]:before
{
	content: "Compatibility : ";
	font-size: 10px !important;
}

#mal_cs_pic
{
	padding: 0 !important;
	margin: 0 !important;
	width: 200px !important;
	float: left;
}

#mal_cs_pic a[href="/"]
{
	display:block !important;
	text-align: center !important;
	border-right: 1px solid gray;
	height: 39px !important;
	width: 200px !important;
}

#searchBox
{
	font-family: 'Exo', 'Trebuchet MS' !important;
	width: 145px !important;
}
#searchBox:focus
{
box-shadow: 0px 0px 5px #0983FD;
}

#searchListButton
{
	display: none;
}

#mal_control_strip a:after
{
	display: block;
	position: fixed;
	top: 39px;
	margin-left: -1px;
	overflow: hidden;
	border-radius: 0px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	vertical-align: center;
	border: none;
	box-shadow: 0px 5px 7px black;
	background-color: #5E5E5E;
	text-indent: 0;
	height: 0px;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#mal_control_strip a:hover:after
{
	height: 20px;
	padding: 5px 10px 5px 10px;
	border: 1px solid gray;
	border-top: none;
	-moz-transition: height 0.3s linear 0.7s, padding 0.3s linear 0.7s, border 0s linear 0.7s;
	-webkit-transition: height 0.3s linear 0.7s, padding 0.3s linear 0.7s, border 0s linear 0.7s;
	-o-transition: height 0.3s linear 0.7s, padding 0.3s linear 0.7s, border 0s linear 0.7s;
	transition: height 0.3s linear 0.7s, padding 0.3s linear 0.7s, border 0s linear 0.7s;
}

#mal_cs_listinfo a[href="/panel.php?go=logout"]:after
{ display: none; }
#mal_cs_listinfo a[href*="/profile/"]:after
{ display: none; }
#mal_cs_links a[href="/"]:after
{ display: none; }
#mal_cs_links a[href="/addtolist.php?hidenav=1"]:after
{ content: "Add entry to my list"; }
#mal_cs_links a[href*="/animelist/"]:after
{ content: "My Anime List"; }
#mal_cs_links a[href*="/mangalist/"]:after
{ content: "My Manga List"; }
#mal_cs_otherlinks strong a[href*="/profile/"]:after
{ display: none; }
#mal_cs_otherlinks a[href*="/history/"]:after
{ content: "Recent activity"; }
#mal_cs_otherlinks a[href="/forum/"]:after
{ content: "Forum MyAnimeList.net"; }
#mal_cs_otherlinks a[href="/panel.php?go=export"]:after
{ content: "Export my list to XML"; }
#mal_cs_otherlinks a[href*="/sharedanime.php?"]:after
{ content: "Shared Anime"; }
#mal_cs_otherlinks a[href*="/sharedmanga.php?"]:after
{ content: "Shared Manga"; }
#mal_cs_otherlinks a[href*="/mangalist/"]:after
{ content: "Manga List"; }
#mal_cs_otherlinks a[href*="/animelist/"]:after
{ content: "Anime List"; }
#mal_cs_otherlinks a[href="/login.php"]:after
{ content: "Login to my account"; }
#mal_cs_otherlinks a[href="/register.php"]:after
{ content: "Register a new account"; }
#mal_cs_otherlinks a[href="/modules.php?go=faq"]:after
{ content: "Any question ?"; }


/****************************/
/* Aqua Highlight on Hover */
/****************************/
tr:hover [class^=td] {
background-color: rgba(4, 150, 100, 0.9) !important;
-moz-transition: .4s ease;
-webkit-transition: .4s ease;
-o-transition: .4s ease;
}
.animetitle[href*="/5114/"] { text-shadow: 1px 1px 5px gold; }
.animetitle[href*="/6594/"] { text-shadow: 1px 1px 5px gold; }
.animetitle[href*="/9253/"] { text-shadow: 1px 1px 5px gold; }
.animetitle[href*="/16498/"] { text-shadow: 1px 1px 5px gold; }
.animetitle[href*="/23623/"] { text-shadow: 1px 1px 5px gold; }
.animetitle[href*="/11741/"] { text-shadow: 1px 1px 5px gold; }

/*ERASE LEARN MORE*/
#mal_cs_otherlinks div:last-of-type a:last-of-type{visibility:hidden !important;}
/*ERASE  POWERED BY MAL (SEARCH BOX)*/
#mal_cs_powered a {visibility:hidden;}

/* -------------------------------------------------------------- Mini Review Setup: */

/* TOP LEVEL REVIEW INFO */
.hide:before {
/*background: white;*/
color: white;
background: none repeat scroll 0 0 rgba(00, 20, 245, 0.7) !important;
background-image:url("http://i.imgur.com/ISqdxMs.png") !important;
background-attachment: fixed !important;

/* MESSING WITH LINE HEIGHT */
line-height: 18px;
/* MESSING DONE */

content: " Plot \A \A  Characters\A \A  Art \A \A  Soundtrack \A \A";
white-space: pre-wrap;
position: fixed !important;
text-align: left;
width: 110px; height: 150px;
/*width: 9.5vw; height:17vw;*/

top:75%; left:48%;

border-color: white;
border-radius: 20px 20px 20px 20px;
border-style: solid;
border-width: 2px;
font-size: 13px;
font-weight: bold;
padding: 5px 10px 3px 23px;
}

/*
MINI REVIEW (HOVER TAG)
Move the area around with the left and top codes. 
Adjust the surrounding area of the tags by adjusting the padding. 
Control the height and width of the section with the height and width codes.

If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: 
http://myanimelist.net/forum/?topicid=563993
*/

td[class^='td']:nth-of-type(6) {
visibility: hidden;
opacity: 0;
position: fixed !important;
/*width: 9.5vw; height:16.5vw;*/
width: 110px; height: 150px;
top:75%; left:48%;
background-color: rgba(255, 255, 255, 0.0) !important;
border-color: white;
border-radius: 20px 20px 20px 20px;
border-style: solid;
border-width: 1px;
font-size: 13px;
padding: 10px 10px 0px 24px;
color: white !important;
z-index: 1;
white-space: inherit;
line-height:280%;
}

/* TAG TEXT COLOR*/
tr:hover td[class^='td']:nth-of-type(6) a { 
color: white !important; 
}

/* OTHER SETTINGS */
:hover + .hide , tr:hover td[class^='td']:nth-of-type(6){
visibility: visible;
opacity: 1;
}

/* REMOVE HEADER
Deletes the header Tags which isn't necessary.
*/
.table_header:nth-of-type(6) {
display: none !important;
}
/* REMOVE TAG EDIT BUTTON
Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags.
*/
td:nth-of-type(6) small {
display: none;
}


/* GOOGLE CHROME FIX
Adjust this amount 50px at a time (more or less) if your columns are uneven in Chrome, until your columns are even.
*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
td[class^='td']:nth-of-type(2) {
width: 700px !important;}
}

/*Corregir cover de Akame ga kill,poner en Google el nombre de la serie(MAL) y mirar nº URL*/
#more22199{background-image:url('http://i.imgur.com/QnvWcNz.jpg')}
#more199{background-image:url('http://cdn.myanimelist.net/images/anime/6/79597l.jpg')}
#more9989{background-image:url('http://cdn.myanimelist.net/images/anime/5/79697l.jpg')}
#more23847{background-image:url('https://myanimelist.cdn-dena.com/images/anime/11/75376l.jpg')}
#more199{background-image:url('https://myanimelist.cdn-dena.com/images/anime/6/79597.jpg')}
#more9989{background-image:url('https://myanimelist.cdn-dena.com/images/anime/5/79697.jpg')}