.posts {
	padding: 0px;
}

.post__img {
	float: left;
	margin-right: 12px;
}
.post__body {
	margin: 4px 0 0 120px;
}

.posts__item,
.post__author {
	padding: 12px;
	margin-bottom: 12px;
}
.posts__item {
	background-color: #F9F9F9;
}
.posts__item_odd {
	background-color: #EEE;
}

.post__footer {
	margin-top: 12px;
	padding: 0 5px;
	background-color: #DDD;
    line-height: 26px;
    height: 26px;
}


.post__author {
	background: #EED;
}

.posts-title_also {
	/*color: gray;*/
}

.posts_also {
	margin-left: 20px;
	margin-right: 10px;
}
.posts_also .post__body {
	margin: 4px 0 0 80px;
}

.posts + h3,
.posts + ul {
	border-top: 2px solid lightgray;
	margin-top: 0px;
	padding-top: 10px;
}

.title_look-also {
	/*margin-bottom: 5px;
	border-bottom: 1px solid lightgray;*/
}

.blogs-titles {
    border: 1px solid #e4e4e4;
    padding: 30px 35px 35px 25px !important;
}

.blogs-titles li {
    border-top: none;
    padding: 0;
    margin-top: 0px;
}

.blogs-titles h3 {
    margin-bottom: 10px;
}

.blogs-titles .pub-list__body {
    margin-left: 65px;
    padding-top: 3px;
}

.blogs-titles .pub-list__image {
    margin-bottom: 10px;
}

.blogs-titles .pub-list__image .x0-image{
    border-radius: 50%;
    overflow: hidden;
    border-width: 5px;
}

.blogs-titles .pub-list__bottom-image .picture {
    margin-bottom: 15px;
    font-size: 0px;
    vertical-align: top;
    border: 1px solid #e4e4e4;
}

.blogs-titles .x0-date {
    line-height: 14px;
}

.blogs-titles .x0-date span {
    vertical-align: middle;
}