ul.mul-saved-payment-methods {
    list-style: none;
    margin: 10px 0;
}
.mul-stripe-source-errors .mul-stripe-error li{
    word-break: break-all;
}
.mul-stripe-card-group{
    position: relative;
}
.mul-stripe-elements-field {
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 5px;
    background-color: #fff;
    outline: 0;
}
.mul-stripe-credit-card-brand{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    background: no-repeat url(credit-card.svg);
    display: block;
    width: 30px;
    height: 24px;
}
.mul-stripe-credit-card-brand.visa{
    background: no-repeat url(card/visa.svg);
}
.mul-stripe-credit-card-brand.amex{
    background: no-repeat url(card/amex.svg);
}
.mul-stripe-credit-card-brand.discover{
    background: no-repeat url(card/discover.svg);
}
.mul-stripe-credit-card-brand.alipay{
    background: no-repeat url(card/alipay.svg);
}
.mul-stripe-credit-card-brand.diners{
    background: no-repeat url(card/diners.svg);
}
.mul-stripe-credit-card-brand.bancontact{
    background: no-repeat url(card/bancontact.svg);
}
.mul-stripe-credit-card-brand.credit-card{
    background: no-repeat url(card/credit-card.svg);
}
.mul-stripe-credit-card-brand.eps{
    background: no-repeat url(card/eps.svg);
}
.mul-stripe-credit-card-brand.giropay{
    background: no-repeat url(card/giropay.svg);
}
.mul-stripe-credit-card-brand.ideal{
    background: no-repeat url(card/ideal.svg);
}
.mul-stripe-credit-card-brand.jcb{
    background: no-repeat url(card/jcb.svg);
}
.mul-stripe-credit-card-brand.ideal{
    background: no-repeat url(card/ideal.svg);
}
.mul-stripe-credit-card-brand.maestro{
    background: no-repeat url(card/maestro.svg);
}
.mul-stripe-credit-card-brand.mastercard{
    background: no-repeat url(card/mastercard.svg);
}
.mul-stripe-credit-card-brand.multibanco{
    background: no-repeat url(card/multibanco.svg);
}
.mul-stripe-credit-card-brand.p24{
    background: no-repeat url(card/p24.svg);
}
.mul-stripe-credit-card-brand.sepa{
    background: no-repeat url(card/sepa.svg);
}
.mul-stripe-credit-card-brand.sofort{
    background: no-repeat url(card/sofort.svg);
}
.mul-stripe-credit-card-brand.wechat{
    background: no-repeat url(card/wechat.svg);
}