.Post {
    cursor: pointer;
}

.Post .date {
    margin-right: 40px;
}

.Post .like, .Post .dislike, .Post .messages {
    width: 20px;
    height: 20px;
    display: inline-block;    
    margin-right: 30px;
}

.Post .like {
    background: url("../a_img/like2.svg") center center no-repeat;
    background-size: contain;
}

.Post .dislike {
    background: url("../a_img/dislike2.svg") center center no-repeat;
    background-size: contain;
}

.Post .messages {
    background: url("../a_img/comments.svg") center center no-repeat;
    background-size: contain;
}

.Post .likeCount, .Post .dislikeCount, .Post .messageCount {
    margin-left: 25px;
}
