.float_t .par {
    float: right;
}
.float_t .par span {
    display: inline-block;
    position: relative;
    background-size: 24px 24px !important;
    background-repeat: no-repeat !important;
    margin-right: 2px;
    width: 24px;
    height: 24px;
    content: "";
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}