.rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: -2px;
}