.arrow, .plus-minus, .plus-times { float: right }
.arrow { line-height: 1.42857 }
.glyphicon.arrow:before { content: "\e079" }
.active > a > .glyphicon.arrow:before { content: "\e114" }
.fa.arrow:before { content: "\f104" }
.active > a > .fa.arrow:before { content: "\f107" }
.fa.plus-minus:before, .fa.plus-times:before { content: "\f067" }
.active > a > .fa.plus-times { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg) }
.active > a > .fa.plus-minus:before { content: "\f068" }