@charset "UTF-8";
/* CSS Document */

/*
.current {
	transform: translate(0, -24px);
	opacity: 1 !important;
}
.fixedtab {
	.current {
		transform: translate(0, -15px) !important;
		opacity: 1 !important;

		li {
			padding-top: 25.5px !important;
		}
	}
}
*/
.episode-manga-content {
	display: none;
}
.episode-manga-content.is-active {
	display: block;
}