

.article {
	padding-bottom: 50px;
	position: relative;
}
 
.article li {
	float: none;
	margin-bottom: .5em;
}
.article .article-body p, .article .article-body ul, .article .article-body ol {
	margin-bottom: 1em;
}
.article-body ul {
	list-style: inside square;
}
.article-body ol {
	list-style: inside decimal;	
}
.sidebar-section ul li {
	padding: 11px 0;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	float: none;
	overflow: hidden;
}

.sidebar-section ul li .count {
	font-size: 11px;
	width: 21px;
	text-align: center;
	float: right;
	line-height: 16px;
	position: relative;
	top: 2px;
}

.prev {
	float: left;
}
.prev.disabled {
	display: none;
}
.next {
	float: right;
}
.next.disabled {
	display: none;
}

.next a, .prev a {
	color: inherit;
}

.sidebar-section ul li .value {
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	float: left;
}

.article-body img {
	max-width: 100%;
}