.chapter {
	/*padding-left: 15px;*/
	margin-top: 10px;
	font-style: italic;
	font-weight: bold;
}

.chapter-title {
	font-size: 14px;
   text-decoration: underline;
}

.chapter-content {
	margin-left: 30px;
}

.chapter-content ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.chapter-content ol li {
	text-indent: 25px;
}

.chapter-content ol li ol {
	margin-left: 25px;
}

.chapter-content img {
	float: left;
	position: relative;
}

.img-explain {
	padding-left: 430px;
}

.article {
	margin-top: 5px;
	font-weight: bold;
}

.title {
	font-size: 22px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

