.paid_box {
    position: relative;
    padding-left: 22px;
    white-space: nowrap;
}
.paid_box:before {
    content: '';
    width: 13px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 4px;
    background: url("../../../img/icon/icon_paid.png") no-repeat 0 0;
}
.unpaid_box {
    color: #c9282d;
    position: relative;
    padding-left: 22px;
    white-space: nowrap;
}
.unpaid_box:before {
    content: '!';
    font-size: 18px;
    position: absolute;
    left: 2px;
    top: 0;
}
