body {
	font-family: Arial, sans-serif;
	background-color: #0C327F;
	text-align: center;
	color: #eee;
}
body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
a:link,a:visited,a:hover,a:active {text-decoration: none;color:#2699F2}
a:hover {text-decoration: underline;}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 72px;
	padding: 32px 0;
	text-shadow: 0px 2px 5px rgba(0,0,0,.3);
	margin: 0;
}
h2 {
	color: #ccc;
	font-size: 24px;
}
h1, h2 {
	font-variant: small-caps;
}
.mangaList {
	max-width: 970px;
	margin: 40px auto;
}
.mangaList > li {
	width: 126px;
	min-height: 254px;
}
.mangaList > li {
	cursor: pointer;
	display: inline-block;
	margin: 10px;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.mangaList .title {
	padding: 5px 0;
	text-shadow: 0px 2px 5px rgba(0,0,0,.3);
	transition: all .2s ease-out;
	position: absolute;
	bottom: 100%;
	z-index: 10;
	width: 100%;
}

.mangaList .cover {
	height: 174px;
	overflow: hidden;
	box-shadow: 0px 3px 8px rgba(0,0,0,.3);
}
.mangaList .cover > img {
	height: 174px;
	width: auto;
	transition: all .2s ease-out;
}

.mangaList > li:hover .cover img {
	opacity: 0.7;
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
}
.mangaList > li:hover .title {
	color: #2699F2;
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
}
.mangaList > li:hover .genre {
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
}

.mangaList .genre {
	font-size: 12px;
	padding: 5px 0;
	color: rgba(255,255,255,.5);
	position: absolute;
	top: 174px;
	width: 100%;
	transition: all .2s ease-out;
}

.shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(40, 46, 58, 0.95);
	z-index: 100;
}

.popover {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 110;
	display: table;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.shadow, .popover {
	transition: all .3s ease-out;
}

.popover > div {
	display: table-cell;
	vertical-align: middle;
}

.popover .cover, .popover .cover > img, .popover > div {
	max-height: 306px;
}

.popover .cover > img {
	max-width: 211px;
}

.popover > div > div {
	max-width: 800px;
	margin: auto;
	text-align: justify;
	color: #fff;
}

.hidden {
	opacity: 0;
	visibility: hidden;
}

.popover .title {
	font-size: 48px;
	padding-bottom: 5px;
	position: relative;
}
.closeButton {
	float: right;
	cursor: pointer;
	position: relative;
	z-index: 1000;
	opacity: .5;
	text-align: center;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	border-radius: 5px;
}
.closeButton:hover {
	opacity: 1;
}
.popover .title:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	height: 1px;
	width: 100%;
}
.popover .resume {
	margin: 15px 0;
}

.dualContainer {
	border-spacing: 0;
}
td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.rightContainer span {
	color: #aaa;
}
.rightContainer > div {
	margin: 15px 0;
}
.rightContainer {
	padding: 5px;
}
.infoTable td:first-child {
	border-spacing: 0;
	min-width: 70px;
	color: #aaa;
}
.removed, .mangaList .removed {
	display: none;
}

/* filter list */

.filterList {
	margin: 10px 0;
}
.filterList > li {
	display: inline-block;
	color: #fff;
	background-color: #2699F2;
	font-size: 14px;
	padding: 0 4px 0 20px;
	position: relative;
	cursor: pointer;
	line-height: 20px;
	height: 20px;
}
.filterList > li:first-child {
	padding-left: 10px;
}
.filterList > li:after {
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	left: 100%;
	top: 2px;
	border-top: 1px solid #2D427F;
	border-right: 1px solid #2D427F;
	z-index: 2;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-left: -7px;
}
.filterList > li:last-child:after {
	content: none;
}
.filterList span {
	display: inline-block;
	vertical-align: top;
}
.filterList span:last-child {
	background-color: #2D427F;
	color: #2699F2;
	margin-left: 4px;
	width: 0;
	overflow: hidden;
	transition: all .2s linear;
}
.filterList > li:hover > span:last-child {
	padding: 0 4px;
	width: 12px;
}
.mangaCount, .filterLabel {
	color: #ccc;
	-webkit-font-smoothing: antialiased;
}
.filterLabel {
	font-size: 14px;
}
.shadow, .popover {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.mangaList > li {
	display: inline-block;
}
.linkList {
	padding-top: 5px;
	color: rgba(255,255,255,.4);
}
.linkList a.mhLink {
	color: red;
}