.related-posts-wrapper {
    float: left;
    width: 50%;
    margin-right: 20px;
    display: block;
	border-bottom: #cccccc 1px dotted;
	border-top: #cccccc 1px dotted;
	padding-top: 23px;
}
.related-posts-wrapper::after {
    content: "";
    display: table;
    clear: both;
}
.related-posts {
    padding: 0px;
}
.related-posts ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.related-posts li {
    margin-bottom: 5px;
}
