/* SIDEBAR TAB */

    .tab-box{
        margin-right: 0 !important;
        margin-left: 0 !important;}
    .tab-box .header{ }
    .tab-box .header .tabs{
        padding-top: 5px;
        padding-right: 5px;
        padding-left: 5px;
        border: 1px solid #bcbcbc;
        background-color: #f6f6f6;}
    .tab-box .header .tabs .tab:hover{
        background-color: #FFF;
        cursor: pointer;}
    .tab-box .header .tabs .tab{

        margin-bottom: -1px;
        border: 1px solid #bcbcbc;
        border-left: none;
        padding: 0;
        text-align: center;

        -webkit-border-top-left-radius: 5px;
                border-top-left-radius: 5px;

        -webkit-border-top-right-radius: 5px;
                border-top-right-radius: 5px;
        background-color: #f6f6f6;}
    .tab-box .header .tabs .tab h5{
        margin-bottom: 5px;
        color: #bcbcbc;
        font-size: 13px;}
    .tab-box .header .tabs .tab.current{
        border-bottom: 1px solid #fff;
        background-color: #FFF;}
    .tab-box .header .tabs .tab.current h5{
        color: #444;}
    .tab-box .header .tabs .tab.first{
        border-left: 1px solid #bcbcbc;}
    .tab-box .header .tabs .tab.last{ }

    .tab-box .info{
        border: 1px solid #dedede;
        padding-top: 20px;
        border-top: none;
        -webkit-border-bottom-right-radius: 5px;
                border-bottom-right-radius: 5px;

        -webkit-border-bottom-left-radius: 5px;
                border-bottom-left-radius: 5px;}
    .tab-box .info .section{
        display: none;}
    .tab-box .info .section[data-current=true]{
        display: block;}

    .tab-box .arrow:hover{
        background-color: #e6e6e6;
        cursor: pointer;}
    .tab-box .arrow{
        height: 25px;
        border-top: 1px solid #dedede;
        background-color: #f6f6f6;}
    .tab-box .arrow.up{ }
    .tab-box .arrow.down{ }

.ganalytics-tabs .header .tabs .tab h5{
            font-size: 12px;}

.ganalytics-tabs .small-size{
    font-size: 9px !important;
    line-height: 12px;
    padding: 2px 0;
}
.commentators-tab-list h2{
    font-size:18px;
    color:#d50820;
}
.commentators-tab-list h2 a{
    font-size:18px;
}
.commentators-tab-list p{
    font-size: 12px;
    color: #444;
    margin:0;
}
.commentators-tab-list a{
    line-height: 18px;
    padding-bottom: 5px;
    font-size: 13px;
    margin: 0 0 10px 0;
    color: #323232;
    font-weight: 700;
    display: block;
}
.commentators-tab-list a:hover{
    color:#d50820;
}
.commentators-tabs-one h5{
    font-size:10px !important;
}
.commentators-tabs-two h5{
    font-size:10px !important;
}