    .panel-heading a{
        color: #5cb85c;
    }
    .panel-heading a.collapsed{
        color: gray;
    }
    .panel-heading a:after {
        font-family:'Glyphicons Halflings';
        content:"\2212";
        float: right;
        color: gray;
    }
    .panel-heading a.collapsed:after {
        content:"\2b";
    }
    .panel-heading{
        cursor: pointer;
        margin-bottom: 2px;
    }
    .glyphicon-play{
        font-size:8pt;
    }
    .openAdvice{
        cursor: pointer;
    }

    div.mainSection{
        margin-bottom: 50px;
    }

    .subTitle{
        background-size: auto;
        text-align: center;
        margin-top: 20px;
        text-transform: uppercase;
    }
    .hr-content{
        margin-bottom: 20px;
        text-align: center;
    }
    
    #pager li.active a{
        background: #428bca;
        color: #fff;
        cursor: pointer;
    }
    .panel{
      background: rgba(0, 0, 0, 0) url("/assets/old/images/img/comment-tab-back.png") repeat scroll 0 0;
    }
    
    .panel-primary .panel-heading a{
        color: #fff;
    }
    
    .panel-primary .panel-heading a:after {
        font-family:'Glyphicons Halflings';
        content:"\2212";
        float: right;
        color: #fff;
    }
    
    .panel-primary .downloadAdvice{
        background-color: #428bca;
        border-color: #428bca;
    }