.post-body p {
	margin-bottom: 20px !important;
}
.post-body ol {
	padding:revert;
}
.post-body ol li {
	list-style: inherit;
	line-height: revert !important;
}
.post-body ol ul li {
	list-style: initial;
}
.post-body ol li:before {
	content:none;
}
.item-post .post-body {
	padding-top: 12px;
}

.post-body ul li {
    list-style: disc outside;
    margin-left: 20px !important;
}
.post-body ul li:before {
	content: inherit !important;
}

.post-body li {
    line-height: 1.8em;
}