
/* TOP MENU BAR */

#mal\_control_strip:before {
	position: absolute;
	display: block;
	content: 'Menu';
	margin-top: 190px;
	left: 15px !important;
	padding: 4px 8px;
	background-color: #d1694e;
	border-radius: 0 0 1em 1em;
  border: 0px solid white;
  width: 80px;
  text-align:center;
  box-shadow: 0 0 10px white inset;
} 

#mal\_control_strip {
	position: fixed !important;
	display: block !important;
	margin-top: -192px !important;
	height: 192px !important;
	width: 128px !important;
  left: 62px !important;
	border-top: none;
	background: url('http://i.imgur.com/9p526Ot.png') no-repeat center -2% #d1694e !important;
	border-radius: 0 0 1em 1em;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	z-index: 10;
  border: 0px solid white;
  box-shadow: 0 0 10px white inset;
}

#mal\_control_strip:after {
	position: fixed;
	display: block;
	content: '';
	left: 0;
	top: -300px;
	width: 100%;
	height: 300px;
	box-shadow: 0 0 20px rgba(130, 189, 205, 1);
} 

#mal\_control_strip a { text-decoration: none !important; }

#mal\_control_strip a:hover { text-decoration: underline !important; }

#mal\_control_strip:hover { margin-top: 0 !important; }

#mal\_control_strip, #mal\_control_strip a, #mal\_control_strip td, #mal\_control_strip td div, #mal\_control_strip a { 
	font-family: Patrick Hand SC !important;
	color: #8f2589 !important;
	font-size: 18px !important;
}

#mal\_control_strip td {
	display: block !important;
	width: 100px !important; 
}

#mal\_control_strip img, #mal\_cs_powered, #mal\_cs_powered img, #mal\_cs_pic img, #mal\_cs_otherlinks strong, #search,
#mal\_cs_otherlinks div a[href*="sharedanime"], #mal\_cs_otherlinks div span[title*="Compatibility Score"] { display: none !important; }

#mal_cs_pic, #mal_cs_listinfo, #mal_cs_links { border-right: none !important; }

#mal\_cs_otherlinks div:nth-child(2) {  color: transparent !important; } 

/* Username, Logout */
#mal\_cs_listinfo div { margin: 0 !important; } 

#mal\_cs_listinfo div a {
	position: relative !important; 
	display: block !important; 
	top: 68px !important;
	line-height: 18px !important;
}

/* Add to List, Home, Anime List, Manga List */
#mal\_cs_links div { margin: 0 !important; }

#mal\_cs_links div a {
	position: relative !important; 
	display: inline-block !important; 
	top: 68px !important;
	line-height: 18px !important;
}

#mal\_cs_links div a[href*="addtolist"] { font-weight: 600 !important; }

/* History, Forum, Export */
#mal\_cs_otherlinks div a[href*="history"], #mal\_cs_otherlinks div a[href*="forum"], #mal\_cs_otherlinks div a[href*="export"], #mal\_cs_otherlinks div a[href*="mangalist"]  { 
	display: none !important; 
} 

/* Log in, Create list, Learn more */
#mal\_cs_otherlinks div { margin: 0 !important; } 

#mal\_cs_otherlinks div a { 
	position: relative !important; 
	display: block !important; 
	top: 28px !important;
	line-height: 18px !important;
}

#mal\_cs_otherlinks div a[href*="login"] { font-weight: 600 !important; }

