.stripe-button-el{}
.stripe-button-el::-moz-focus-inner{
    border:0;padding:0;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    ser-select:none;
}
.stripe-button-el span{
    display:block;
    position:relative;
    padding:0 12px;
    height:30px;
    line-height:30px;
    background:#006C54;
    font-size:14px;color:#fff;font-weight:bold;
    font-family:Rubik;
    -webkit-border-radius:4px;-moz-border-radius:4px;
    -ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    ser-select:none;
}
.stripe-button-el:not(:disabled):active,.stripe-button-el.active{background:#6EBF55}
.stripe-button-el:not(:disabled):active span,.stripe-button-el.active span{
    color:#eee;
    background:#006C54;
    -webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
    -moz-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
    -ms-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
    -o-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
    box-shadow:inset 0 1px 0 rgba(0,0,0,0.1)}
.stripe-button-el:disabled,.stripe-button-el.disabled{
    background:rgba(0,0,0,0.2);
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none}
.stripe-button-el:disabled span,.stripe-button-el.disabled span{
    color:#999;
    background:#6EBF55;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
}