.post-content {
    overflow: hidden;
}

.post-info {
    clear: both;
    margin-top: 30px;
}

.post-info + .post-info {
    margin-top: 10px;
}

.post-rating, .post-bookmarks {
    display: inline-block;
}

.post-rating a, .post-rating a:hover {
    color: inherit;
}

.post-rating i[class^="factory-icon"] {
    margin-right: 5px;
}

.post-rating span.voted {
    color: #000000;
}

div.post-cover-wrapper {
    border: 1px solid #dddddd;
    padding: 5px;
    height: 200px;
    border-radius: 3px;
    margin-bottom: 10px;
}

div.post-cover-wrapper div.post-cover {
    height: 100%;
    background-position: center center;
    background-size: cover;
}