/*
 * RELOCATION IN BODY STYLE INTO A CSS FILE
 */
/* ePub-reader */
span.bibi-holder {
	width: 100%; height: 600px;
}
/* BOOK REVIEW */
.bookreview_box {
	width: 480px;
    min-width: 360px;
}
.bookreview_reply_header, .bookreview-box-listing {
	background-color: beige;
}
.bookreview_user, .stars-rating-listing, .bookreview_create_date {
	display: inline-block;
	float:left;
}
.bookreview_comment_toggle, .bookreview_edit_toggle {
	display: inline-block;
	float:right;
}
.comment-container {
	margin-left: 58px;
}