
/* Bookmark */

#reader #book .book-bookmark {
	width: 30%;
	min-width: 480px;
	left: 10px;
	background-color: #18222E;
	color: #FFF;
	bottom: 60px;
}
#reader #book .book-bookmark:after {
	left: 67px;
	border-color: #18222E transparent;
}
#reader #book .book-bookmark .bubble-content {
	height: 70px;
}
#reader #book .book-bookmark .bubble-content .book-bookmark-edit-page {
	display: none;
}
#reader #book .book-bookmark .bubble-content .book-bookmark-edit {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 90%;
	width: calc(100% - 2em);
	height: 1.5em;
	margin: auto;
}
#reader #book .book-bookmark .bubble-content .book-bookmark-edit form {
	margin: 0;
	padding: 0;
}
#reader #book .book-bookmark .bubble-content .book-bookmark-edit [name="book-bookmark-name"] {
	width: 100%;
	height: 2em;
	margin-top: -1em;
	text-indent: 6px;
}
#reader #book .book-bookmark .book-bookmark-save {
	float: right;
	margin: .5em;
}
/* // Bookmark */
