#paypal-button-container iframe {
  width: 100%;
}

#paypal-button-container {
  overflow: hidden;
}

body, html {
  height: 100%;
}

body {
  margin: 0;
}

/**
 * Hide all top-level divs that are not the PayPal Button
 * This is mainly done in order to hide the full-screen overlay that PayPal
 * injects onto the page
 */
body > div:not(#paypal-button-container) {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
  opacity: 0;
}


/*# sourceMappingURL=PaypalECS.46e29872e24dad7448ff.css.map*/