/*
@package
@author CLC Web Solutions http://www.clcwebsolutions.com
@copyright Copyright (C) CLC Web Solutions BSD
*/
/*
    Created on : 10 Σεπ 2017, 4:46:41 μμ
    Author     : Manager
*/

.experts-title {
    margin-bottom: 20px;
}
.authors-influence-list .col-sm-3{
    padding-right: 0;
    max-width: 100%;
    height: 75px;
    overflow: hidden;
}
.authors-influence-list .col-sm-9{
    padding-left: 5px;
    line-height: 20px;
}
.authors-influence-list .col-sm-12{
    display: inline-block;
}
.authors-influence-list .col-sm-12 p{
    margin: 10px 0 0 0;
    text-align: center;
}
.authors-influence-list .col-sm-12 hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.authors-influence-list .row:last-child .col-sm-12 hr{
    display: none;
}
#experts-column{
    line-height: 15px;
    margin-bottom: 15px;
}
#experts-author{
    font-weight: 500;
    margin-bottom: 0;
}
#experts-article{
    text-align: left;
    margin-top: 6px;
}
#experts-article a{
    font-size: 18px;
    letter-spacing: -0.6px;
}