@import url(https://drive.google.com/uc?id=0B_y-gGIWFO-iUUUyMWVjdHYyUm8);
/*@import url(https://googledrive.com/host/0BxjwQr0BBXs-aWFrYzJjVnpoVVE);*/
/*@import url(http://mal-fellow-writer.appspot.com/anime/japzone/?covers=http://dl.dropbox.com/u/49469857/MAL/premade/formats/covers/more);*/
/*@import "http://dl.dropbox.com/u/78340470/CSSforFoxgirls.css";*/


/* THUMBNAIL SETTINGS
Settings for the thumbnails of covers seen on your list. Height and width control the size, while margin-left and top can be added or taken away to change the position. Change the border size, type, or color, with the first border code.*/
.hide {
    vertical-align: text-top;
    height:100px;
    width:80px;
    border:1px solid #FFFFFF;
    background-color: #FFFFFF;
    background-position:50% 50%;
    background-repeat:no-repeat no-repeat;
    background-size:cover;
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;
    border-top-left-radius:7px;
    border-top-right-radius:0;
    display:inline-block !important;
    position: absolute;
}

/*THUMBNAIL HOVER SETTING
This is the setting for the cover when you point to a thumbnail. Move the cover's position with the margin codes. Change its size with the padding codes. */
.hide:hover {
    margin-top: -180px;
    margin-left:-85px;
    padding-right:80px;
    padding-top:150px;
    background-color:transparent;
    background-repeat:no-repeat no-repeat;
    background-size:cover;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    box-shadow:rgba(63, 52, 60, 0.55) 0 0 8px 8px;
    position:absolute;
    z-index:1;
}


/*THUMBNAIL HOVER FLICKER FIX
If you reposition your covers, and notice flickering, color this red, then reload your layout. Notice where the red bar appears when you point to your covers. Move that box with this code, over the parts where you point and see flickering. Then change it back to transparent! 
*/
.hide:hover:after {
    background: transparent;
    content: " ";
    height: 75px;
    left: 0;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 20;
}


/*ANIMATION FOR ZOOM
Change the timing of how long it takes for it zoom out here! Its set to .25 seconds by default.
*/
.hide {
    -webkit-transition:all 0.15s ease-in-out;
    transition:all 0.15s ease-in-out;
}


/*ROW WIDTH AND SPACING
This will increase the height of your rows and move the anime title to the left. It might look funny on some layouts so you'll have to adjust it or ask for help! Height is the height, padding left is the space the anime title moves from the left. 
*/
.td1:nth-of-type(2), .td2:nth-of-type(2) {
    height: 100px;
    padding-left: 42px;
}

/*##############################*/

#list_surround{
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: auto;
    background-color: aliceblue;
    padding-left: 85px;
    padding-right: 5px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

body{
    background-color: #5F9EA0;
}

.hide{
    margin-left:-81px;
    margin-top:-102px;
}


#grand_totals, .header_title, #copyright {
    border-color: cadetblue;
    border-style: solid;
    border-width: 2px;
}

.td1, .td2, .table_header{
    border-color: cadetblue;
    border-style: solid;
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    border-top-width: 2px !important;
}

.category_totals{
    border-color: cadetblue;
    border-style: solid;
    border-width: 0 2px 2px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 15px;
}

.header_title{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-left: 15px;
}

#mal\_control_strip{
    background: url(null) !important;
    background-color: #415E80 !important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#grand_totals, #copyright{
    border-radius: 15px;
    margin-left: -80px;
    margin-right: auto;
    text-align: center;
}

.status_selected, .status_not_selected{
    left: -45px !important;
    position: relative;
    border-color: cadetblue;
    border-radius: 15px;
    border-style: solid;
    border-width: 2px !important;
}

.status\_selected a:visited, .status\_not\_selected a:visited, a:link{
    color: rgb(61, 80, 139);
    text-decoration: none;
}

.status\_selected:hover, .status\_not\_selected:hover{
background-color: white;
}

span.table_headerLink:before {
content: "Cover";
margin-left: -45px;
position: relative;
left: -30px;
}

.status_selected {
background-color: cadetblue;
}

#mal_cs_powered a img {
    background-color: #5F9EA0;
    padding: 2px;
}
#search {
    padding: 0px !important;
}

tr td:nth-child(6):hover, .inputtext:hover {
    width: 400px;
    z-index: 1;
    overflow: auto;
    text-overflow: initial;
    max-width: none;
}
tr td:nth-child(6):hover:after {
    width: 125px;
    height: 104px;
    z-index: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
tr td:nth-child(6), .inputtext {
    transition: all 0.15 ease-in-out;
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}
tr td:nth-child(6) {
    max-height: 104px;
}
tr td:nth-child(6) span {
    overflow: hidden;
    text-overflow: ellipsis;
}

/*##############################
CSSforFoxGirls*/
/*
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;
}
		