.post__container {

}

.post_container .post__img_main {
    width: 150px;
    height: 150px;
    border: solid 1px rgb(253, 101, 10);
}

.post__footer {
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
    color: #cbcbcb;
}

.post__footer td {
    width: 33%;
}

.post__footer td:nth-child(1) {
    text-align: left;
}

.post__footer td:nth-child(2) {
    text-align: center;
}

.post__footer td:nth-child(3) {
    text-align: right;
}


.post__footer .post__footer_views {
    color: #fd650a;
}

.posts__slimdivider {
    height: 1px;
    background: #ebebeb;
    border: none;
    margin: 10px 0;
}

.posts__nextpost_container {
    margin: 20px 0;
}

.posts__readmore {
    color: #999;
}