
/* Nine Dots */

#reader #book .book-tools {
	width: 240px;
	height: auto;
	left: 37px;
	background-color: #18222E;
	padding: 0;
	bottom: 60px;
}
#reader #book .book-tools:after {
	left: 102px;
	border-color: #18222E transparent;
}
#reader[data-isGuest="true"] #book .book-tools:after {
	left: 40px;
}
#reader #book .book-tools .bubble-footer {
	height: 12px;
}
#reader #book .book-tools .book-tool {
	border: 1px solid #D6D6D6;
	text-align: center;
	cursor: pointer;
	width: 32.6%;
	width: calc(100% / 3 - 2px);
}
#reader #book .book-tools .book-tool.disabled {
	cursor: default;
}
#reader #book .book-tools .book-tool > * {
	display: inline-block;
	margin: 15px auto;
	width: 45px;
	height: 45px;
}
#reader #book .book-tools .book-tools-more {
	width: 100%;
	height: 10px;
	line-height: 50px;
	text-align: center;
	float: left;
	color: #A6B9CB;
	cursor: pointer;
	visibility: hidden;
}
#reader #book .book-tools[showmore="true"] .book-tools-more {
	height: 50px;
	visibility: visible;
}
#reader #book .book-tools .book-tools-more:focus,
#reader #book .book-tools .book-tools-more:active {
	color: #00FFFF;
}

/* // Nine Dots */
