 .AboutUs {
    margin-top: -19px;
}

     .AboutUs h2 {
        height: 30px;
        overflow: hidden;
        padding-bottom: 10px;
        border-bottom: 1px solid #ebecef;
    }

         .AboutUs h2 span {
            position: relative;
            float: left;
            font-size: 18px;
            line-height: 30px;
            padding-left: 9px;
            color: #000000
        }

            .AboutUs h2 span:before {
                content: "";
                position: absolute;
                top: 6px;
                left: 0;
                width: 2px;
                height: 18px;
                background: #4d8cfa;
            }

.Dpshelp h2 {
    margin-top: -24px;
    height: 30px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebecef;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    padding-left: 9px;
    padding-top: -10px;
    font-size: 17px;
}

    .Dpshelp h2:before {
        content: "";
        position: absolute;
        top: 6px;
        left: 0;
        width: 2px;
        height: 18px;
        background: #4d8cfa;
    }
.Dpshelp .highlight {
    color: #e65f45;
    font-size: 14px;
}
.FAQ ul.mtab-menual li.mtab {
    background-color: #000;
    color:yellow;
}

.FAQ ul.mtab-menual li {
    float: left;
    padding: 0 5px;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    background: #212121;
    border: 1px solid #464646;
    cursor: pointer;
}

.FAQ div {
    float: left;
}