.forums-posts-last {
    border: 1px solid #e4e4e4;
    padding: 30px 35px 35px 25px !important;
}

.forums-posts-last ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.forums-posts-last li {
    margin-bottom: 10px;
}

.forums-posts-last__body {
    margin-left: 65px;
    padding-top: 3px;
}

.forums-posts-last__image {
    float: left;
    display: block;
}

.forums-posts-last__image .x0-image{
    border-radius: 50%;
    overflow: hidden;
    border-width: 5px;
}

.forums-posts-last .x0-date {
    line-height: 14px;
}

.forums-posts-last .x0-date span {
    vertical-align: middle;
}

.forums_postlast {
    /*overflow: hidden;*/
}

.forums_stripe-caption {
    display: table;
    position: relative;
    color: #ffffff;
    padding: 10px 20px;
    margin-left: -10px;
    margin-right: -10px;
    text-transform: uppercase;
    font-family: PT Sans Narrow;
    font-size: 18px;
    z-index: 1;
}

/* - синяя - */
.forums_stripe-caption_blue {
    background-color: #44A0D3;
}
    .forums_stripe-caption_blue:before {
        border-top-color: #1C4F6C;
        border-right-color: #1C4F6C;
    }
    .forums_stripe-caption_blue:after {
        border-bottom-color: #1C4F6C;
        border-left-color: #1C4F6C;
    }
    .forums_stripe-caption_full-alt.stripe-caption_blue:after {
        border-bottom-color: transparent;
        border-top-color: #1C4F6C;
        border-left-color: #1C4F6C;
    }
