#stripe-payment-wrap {
    margin: 0 auto;
    padding: 20px;
    width: 400px;
}

.stripe-payment-form br {
    display: none;
}

.stripe-payment-form p:empty {
    display: none;
}

div.stripe-payment-form-warning {
    background-color: #ffffdd;
    border: 1px solid #ffffaa;
    margin: 10px 0;
    padding: 10px;
}

div.stripe-payment-config-errors {
    border: 1px solid #ffaaaa;
    background-color: #ffdddd;
    padding: 10px;
    font-size: 18px;
}

div.stripe-payment-config-errors ul {
}

div.stripe-payment-config-errors ul li {
    margin: 5px 10px 5px 20px;
}

.stripe-payment-table td:first-child {
    text-align: right;
}

.stripe-payment-table td {
    border-bottom: 1px solid #ddd;
}

.stripe-payment-table tr {
    background-color: #ffffff;
}

.stripe-payment-table tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.stripe-payment-form-info,
.stripe-payment-receipt {
    background-color: #ffffdd;
    padding: 5px 10px;
    border: 1px solid #ffffaa;
}

.stripe-payment-receipt {
    display: none;
}

.stripe-payment-receipt ul {
    list-style: none;
}

.stripe-payment-receipt ul li span {
    width: 100px;
    text-align: right;
    display: inline-block;;
}

.stripe-payment-receipt ul li code {
    margin: 0 20px;
    font-weight: bold;
}

.stripe-payment-receipt ul li.total {
    border-top: 1px solid #d2d2d2;
}

h3.stripe-payment-form-section {
    margin: 30px 0 5px 0;
}

.stripe-payment-form-row {
    overflow: auto;
    margin-bottom: 4px;
}

.stripe-payment-form-row label {
    display: block;
    float: left;
    width: 180px;
    font-size: 14px;
    padding-top: 8px;
    padding-right: 10px;
    text-align: right;
}

.stripe-payment-form-row label small {
    font-size: 12px;
}

.stripe-payment-form-row p {
    display: inline;
}

.stripe-payment-form-cards-image {
    text-align: left;
}

.stripe-payment-form-row input[type="text"],
.stripe-payment-form-row input[type="number"],
.stripe-payment-form-row input[type="password"],
.stripe-payment-form-row select,
.stripe-payment-form-row input[type="email"],
.stripe-payment-form-row textarea {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 1px;
    border: 1px solid #aaa;
    width: 185px;
}

.stripe-payment-form-row .stripe-payment-form-small,
.stripe-payment-form-row select.card-expiry-month,
.stripe-payment-form-row select.card-expiry-year {
    width: 80px !important;
}

.stripe-payment-form-row .stripe-payment-form-medium {
    width: 110px !important;
}

.stripe-payment-form-row span.stripe-payment-form-error {
    color: #ff0000;
}

.stripe-payment-form-row-submit {
    margin-top: 30px;
}

.stripe-payment-form-row-submit button {
    margin-left: 180px;
}

.stripe-payment-form-row-progress span.stripe-payment-form-message {
    display: block;
    text-align: center;
    padding: 3px;
    background-color: #f8f8f8;
    font-size: 14px;
}

.stripe-payment-form-row-progress span.stripe-payment-form-message:empty {
    background-color: transparent;
}

.stripe-button-el {
    overflow: hidden;
    display: inline-block;
    visibility: visible !important;
    background-image: -webkit-linear-gradient(#28a0e5, #015e94);
    background-image: -moz-linear-gradient(#28a0e5, #015e94);
    background-image: -ms-linear-gradient(#28a0e5, #015e94);
    background-image: -o-linear-gradient(#28a0e5, #015e94);
    background-image: linear-gradient(#28a0e5, #015e94);
    -webkit-font-smoothing: antialiased;
    border: 0;
    padding: 1px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.stripe-button-el::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.stripe-button-el span {
    display: block;
    position: relative;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    background: #1275ff;
    background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
    background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
    background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.stripe-button-el:not(:disabled):active,
.stripe-button-el.active {
    background: #005d93;
}

.stripe-button-el:not(:disabled):active span,
.stripe-button-el.active span {
    color: #eee;
    background: #008cdd;
    background-image: -webkit-linear-gradient(#008cdd, #008cdd 85%, #239adf);
    background-image: -moz-linear-gradient(#008cdd, #008cdd 85%, #239adf);
    background-image: -ms-linear-gradient(#008cdd, #008cdd 85%, #239adf);
    background-image: -o-linear-gradient(#008cdd, #008cdd 85%, #239adf);
    background-image: linear-gradient(#008cdd, #008cdd 85%, #239adf);
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-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);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.stripe-button-el:disabled span,
.stripe-button-el.disabled span {
    color: #999;
    background: #f8f9fa;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
