/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 body {
    margin: 0;
}

.hide_paypal_btn {
    display: none !important;
}

#paypal-button-container.express_button_style {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px
}

/*#paypal-button-container.express_button_style .paypal-buttons iframe {*/
/*    padding: 20px;*/
/*}*/

/*#paypal-button-container.express_button_style .paypal-buttons {*/
/*    border: solid 1px #e9e9e9;*/
/*    padding-right: 40px;*/
/*    padding-bottom: 20px;*/
/*}*/