.roles-wrapper {
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    font-size: 15px;
    width: 80%;
}

.roles-wrapper p.about-project-text
{
    font-size: 15px !important;
    margin-bottom: 10px;
    line-height: 24px;
    padding: 0px !important;
    color: #475669 !important;
}

.roles-wrapper .titles-h2 {
    font-weight: bold;
    display: inline-block;
    font-family: 'apercu_pro', sans-serif;
    vertical-align: middle;
    font-size: 20px;
    line-height: 29px;
    margin: 0;
}

/* TAB rating-counting */
#rating-countingPanel .content-block{
    padding: 0px !important;
}
#rating-countingPanel .content-block h2.titles-h2{
    font-size: 15px !important;
    color: #475669 !important;
    text-transform: uppercase;
}
/* TAB usage */
#role-usagePanel .about-project-text{
    text-align: left !important;
}

/* TAB moderation */
#role-moderationPanel .content-cnt div{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#role-moderationPanel .roles-wrapper .content-top,
#role-moderationPanel .roles-wrapper .rightbar
{
    display: none;
}
#role-moderationPanel .roles-wrapper .content-cnt,
#role-moderationPanel .roles-wrapper .content-cnt div
{
    padding-right: 0px !important;
    font-size: 15px !important;
    color: #475669 !important;
}
#role-moderationPanel .roles-wrapper .content-cnt .titles-h2-wrap{
    padding-top: 0px !important;
}
#role-moderationPanel .roles-wrapper .content-cnt .titles-h2-wrap .titles-h2{
    font-size: 16px !important;
    color: #475669 !important;
}
#role-moderationPanel .roles-wrapper .content-cnt h2.titles-h2{
    font-size: 17px !important;
    color: #475669 !important;
}
#role-moderationPanel .roles-wrapper .content-cnt h2.titles-h4{
    font-size: 15px !important;
    color: #475669 !important;
}
#role-moderationPanel .roles-wrapper .content-cnt h4.titles-h5{
    font-size: 14px !important;
    color: #475669 !important;
}

.roles-wrapper__rating.roles-wrapper__rating--red {
    background: #da4c4c;
}

.roles-wrapper__rating.roles-wrapper__rating--orange {
    background: #dfa918;
}

.roles-wrapper__rating.roles-wrapper__rating--green {
    background: #00a551;
}

.roles-wrapper img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.roles-wrapper__rating {
    background: #c2c2c2;
    font-family: 'apercu_pro', sans-serif;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 3px;
    width: 71px;
    text-align: center;
    padding: 6px 0 7px;
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .roles-wrapper {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .roles-wrapper img {
        width: 100%;
    }
}
