.chapter-content .chapter-body:hover {
	background: rgba(40, 30, 167, 0.05);
}

.chapter-content .icon-lock {
	margin-right: 5px;
	color: rgb(121, 121, 121);
}

.chapter-content .price {
	color: #FF553A;
	float: right;
	font-weight: bold;
	margin-right: 5px;
}

.chapter-content .price.free {
	color: rgb(26, 214, 26);
}

.chapter-content .chapter-operations {
	white-space: nowrap;
	padding-left: 8px;
}

.chapter-content .chapter-operations .alert {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	font-size: 11px;
	margin-left: 10px;
}

.chapter-content .chapter-operations .alert .close {
	top: 0px;
	line-height: 14px;
	font-size: 16px;
}

.chapter-content .inline-confirmation-block {
	margin-left: 10px;
}

.chapter-content {
	width: 100%;
}

.chapter-content td {
	vertical-align: top;
}

.chapter-content .chapter-prefix {
	padding-right: 2px;
	width: 10px;
}

.chapter-content .chapter-prefix a i {
	height: 12px;
}

.chapter-content .chapter-order {
	white-space: nowrap;
	font-style: italic;
	padding-right: 2px;
	color: rgb(133, 133, 133);
}

.chapter-content .introduction {
	color: rgb(168, 168, 168);
	font-style: italic;
}

.chapter-content .chapter-prefix .pack i {
	width: 8px;
}

.chapter-content a.pack {
	color: rgb(76, 55, 131);
}

.chapter-content a.pack:hover {
	color: rgb(150, 150, 150);
}

.chapter-content a.action {
	color: rgb(99, 7, 7);
	margin-left: 5px;
}

.chapter-content a.action:hover {
	color: rgb(150, 150, 150);
}

.chapter-content .title.current {
	font-weight: bold;
	color: rgb(133, 133, 133);
	font-style: italic;
}

.chapter-content .icon-ok {
	color: rgb(26, 214, 26);
}

.chapter-content .icon-eye-open {
	color: rgb(121, 121, 206);
}
.chapter-content.tree-panel {
	padding-left: 0;
}