.arrow {
    float: right;
}

.glyphicon.arrow:before {
    content: "\e079";
}

.active > a > .glyphicon.arrow:before {
    content: "\e114";
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.plus-times {
    float: right;
}

.fa.plus-times:before {
    content: "\f067";
}
.minus {margin-top:5px;width:12px;height:11px;background:url("../images/plus.jpg")no-repeat;}
.active > a > .fa.plus-times {
}
.active > a > .minus {
margin-top:9px;width:11px;height:11px;background:url("../images/minus.jpg")no-repeat;
}

.plus-minus {
    float: right;
}

.fa.plus-minus:before {
    content: "\f067";
}

.active > a > .fa.plus-minus:before {
    content: "\f068";
}