.ChapterBox {
	position: relative;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	width: 660px;
	height: 180px;
	padding: 10px 20px;
	margin: 10px 2px;	
}

.ChapterDateText {
	font-size: 12px;
}

.ChapterDateText a {
	float: left;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	z-index:0;
}

.ChapterHeaderText {
	
}

.ChapterHeaderText a {
	position:relative;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	width: 515px;
	color: #333333;
	text-decoration: none;	
	float:right;
	clear:right;
	text-align: center;
	z-index:0;	
	overflow: hidden;
}

.ChapterDescriptionText {
	
}

.ChapterDescriptionText a {
	position:relative;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	width: 515px;
	color: #333333;
	text-decoration: none;
	float:right;
	clear:right;
	text-align:center;
	z-index:0;
	overflow: hidden;
}

.ChapterEditShareBox {
	position:absolute;
	bottom: 10px;
	right:10px; z-index: 3;
	padding: 5px;
	font-size: 14px;
	background-color: #eff5fd;
	border: 1px solid rgb(160, 185, 250);
}

