@import "author.css";

/************************************* Author Horizontal ******************************************/

.feedsV2 .feeds-author-teaser.horizontal {

}

.feedsV2 .feeds-author-teaser .author-list ul
.feedsV2 .feeds-author-teaser.horizontal .author-list ul  {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.feedsV2 .feeds-author-teaser.horizontal .author-list .author-list-item {
    float: left;
    margin: 0px 10px 10px 0px;
}

.feedsV2 .feeds-author-teaser.horizontal .author-list .author-list-item .author .author-image {
    margin: 0 0 5px 0;
    width: 100%;
}

.feedsV2 .feeds-author-teaser.horizontal .author-list .author-list-item .author {
    /* width: 200px; */
}

/*Needed this clearfix styles for the height calculation in the JS*/
.feedsV2 .feeds-author-teaser.horizontal .author-list:before,
.feedsV2 .feeds-author-teaser.horizontal .author-list:after {
    content: "";
    display: block;
}

.feedsV2 .feeds-author-teaser.horizontal .author-list:after {
    clear: both;
}
