.block-credit-balance .actions {
    display: block;
    float: right;
}
.lof_storecredit_slider .ui-slider-handle {
    background: url(../images/sprite-skin-nice.png) no-repeat 0 -90px;
    height: 22px;
    width: 22px;
    margin-top: -16px;
}
.lof_storecredit_slider .ui-slider-handle:hover {
    background-position: 0 -120px;
}
.lof_storecredit_slider .ui-slider-range-min {
    display: block;
    height: 100%;
    background-color: #99a4ac;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.lof_storecredit_slider {
    margin-bottom: 40px;
    margin-top: 10px;
}
.lof_storecredit_slider:before, .lof_storecredit_slider:after {
    display: block;
    position: absolute;
    margin-top: 12px;
    font-size: 12px;
}
.lof_storecredit_slider:before {
    content: attr(data-content-min);
    left: 0;
}
.lof_storecredit_slider:after {
    content: attr(data-content-max);
    right: 0;
}
.credit-balance {
    color: #cf850f;
}
.amount-add {
    color: #008d4d;
}
.amount-add, .amount-subtract, .credit-balance {
    font-weight: bold;
}
.amount-subtract {
    color: #bc4031;
}
@media screen and (min-width: 768px) {
    .block-credit-friend fieldset.general .field.email {
        width: 50%;
    }
    .block-credit-friend fieldset.general .field.amount {
    width: 50%;
    }
    .block-credit-friend fieldset.general .field.email, 
    .block-credit-friend fieldset.general .field.amount {
        float: left;
        padding-left: 1rem;
        box-sizing: border-box;
    }
}