.downlist .fa{ margin-left: 6px;position: absolute}
.fa-angle-down2 {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 7px;
    width: 7px;
    transform: translate(2px, -2px) rotate(-45deg);
    -webkit-transform: translate(2px, -2px) rotate(-45deg);
    display: inline-block;
    -moz-transform: translate(2px, -2px) rotate(-45deg);
    -ms-transform: translate(2px, -2px) rotate(-45deg);
    -o-transform: translate(2px, -2px) rotate(-45deg);top: 6px;
}
.fa-angle-up2 {
    border-left: 1px solid #00b589;
    border-bottom: 1px solid #00b589;
    height: 7px;
    width: 7px;
    transform: translate(2px, -2px) rotate(135deg);
    -webkit-transform: translate(2px, -2px) rotate(135deg);
    display: inline-block;
    -moz-transform: translate(2px, -2px) rotate(135deg);
    -ms-transform: translate(2px, -2px) rotate(135deg);
    -o-transform: translate(2px, -2px) rotate(135deg);
    top: 9px;
}