/************************************* AUTHOR LIST CONTROL ******************************************/
.feedsV2 .author-list {
    margin:  5px 0 20px 0px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.feedsV2 .author {
    position: relative;
    display: block;
    margin:  5px 0 10px 0px;
    padding: 10px;
    overflow: hidden;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 10px 0 #ddd;
    -moz-box-shadow: 0 0 10px 0 #ddd;
    box-shadow: 0 0 10px 0 #ddd;
}

.feedsV2 .author .author-image {
    float: left;
    margin: 0 20px 0 0;
}

.feedsV2 .author .name a {
    font-weight: bold;
    font-size: 18px;
    /* color: #000; */
    text-decoration: none;
}

.feedsV2 .author .name a:hover {
    text-decoration: underline;
}

.feedsV2 .author .title {
    font-size: 14px;
    padding: 0px 0px 10px 0px;
    color: #585b5e;
}

.feedsV2 .author .desc {
    font-size: 14px;
    padding: 0px 0px 10px 0px;
    color: #585b5e;
    overflow: hidden;
}

.feedsV2 .author .desc p {
    margin: 0px;
}

.feedsV2 .author .social {
    display: block;
    margin-bottom: 5px;
}

.feedsV2 .author .social span.icons {
    background: transparent;
    display: inline-block;
    font-style: normal;
    vertical-align: baseline;
    background: url("/EI/MS/Icons/social-icons.png") no-repeat;
    width: 32px;
    height: 32px;
    opacity: 0.8;
}

.feedsV2 .author .social span.icons.icon-fb {
    background-position: -5px -5px;
}

.feedsV2 .author .social span.icons.icon-twtr {
    background-position: -43px -5px;
}

.feedsV2 .author .social span.icons.icon-gplus {
    background-position: -81px -5px;
}

.feedsV2 .author .social span.icons.icon-linkin {
    background-position: -119px -5px;
}

.feedsV2 .author .social span.icons.icon-website {
    background-position: -157px -5px;
}

.feedsV2 .author .social span.icons.icon-mail {
    background-position: -195px -5px;
}

.feedsV2 .author .author-article-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.feedsV2 .author .author-article-list a {
    display: block;
    margin: 3px 0;
    text-decoration: none;
    font-size: 14px;
}

.feedsV2 .author .author-article-list a:hover {
    text-decoration: underline;
}


