@charset "UTF-8";
/* CSS Document */

.book_page_wrapper {
	font-family: 'Mukta', serif;
	display: inline-block;
	width: 100%;
	text-align:center
}
.book_page_wrapper img {
	width: 50%;
	height: auto;
}
.book_page_wrapper .story {
	text-align: left;
	margin: 15px;
	margin-top: 0px;
	padding:40px;
	font-size:1em;
}
.carousel-cell {
	width: 100%;
	background: #FFF;
	counter-increment: carousel-cell;
}
.carousel-cell:before {
	display: block;
	text-align: center;
}
