div.news-detail {
    word-wrap : break-word;
}

div.news-detail img.detail_picture {
    float  : left;
    margin : 0 8px 6px 1px;
}

.news-date-time {
    color : #006e5a;
}

.link_show-comments:visited,
.link_show-comments:focus,
.link_show-comments:active,
.link_show-comments {
    color           : rgb(85, 85, 85);
    text-decoration : none;
    font-size       : 16px;
    margin-bottom   : 15px;
    display         : inline-block;
}

.link_show-comments:hover {
    color   : rgb(85, 85, 85);
    opacity : 0.6;
}

.link_show-comments.close-comments .icon-svg.icon-svg_chevron {
    -webkit-transform : rotate(180deg);
    transform         : rotate(180deg);
}

.commentsValues .btn-success {
    color            : #fff;
    background-color : #5cb85c;
    border-color     : #4cae4c;
    width            : auto;
    float            : right;
    min-width        : 270px;
}

.author_box {
    padding    : 15px;
    color      : rgb(70, 70, 77);
    text-align : right;
    width      : 100%;
    margin-top : 20px;
    box-sizing : border-box;
}

@media (max-width : 820px) {
    .blog_auth_buttons{
        display: block;
    }
    .blog_auth_buttons .btn-send {
        float : none !important;
    }

    .bx-top-nav-container .bx-nav-1-lvl > a {
        font-size : 15px;
    }
}

@media (max-width : 600px) {
    .col-md-16.main-blog {
        padding : 0 10px;
    }

    .author_box {
        text-align : left;
    }

    .post-item  a  img {
        width : 100%;
        float : none !important;
    }

}