/**
 * Created by John Woodcock (john@userx.co) on 9/26/2018.
 */
.stripe-button-el {
  display: none !important; }

.stripe-button-ux {
  display: block;
  width: 100%;
  padding: 20px;
  background: #dddddd;
  border: 1px solid #666;
  text-align: center;
  color: #000; }
  .stripe-button-ux:hover {
    background: #f0f0f0;
    outline: 1px solid #666;
    color: #000; }

/*# sourceMappingURL=stripe.css.map */
