#refund-collection {
    display: inline-block;
    width: 100%;
}

#refund-collection .form-group {
    float: left;
    width: 33%;
}

#refund-collection .form-group:last-child {
    margin-left: 15px;
}

#refund-container .btn-success {
    float: right;
    width: 20%;
}

#refund-container .add_refund_link {
    width: 10%;
}

#error-currency-format {
    color: #ff0000;
}
