/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.tap-paynow-button{
    display: table;
    margin: 0 auto;
    color: #fff;
    background-color: #0fc567;
    border: none;
    font-size: 22px;
    padding: 9px 35px;
    font-weight: bold;
    border-radius: 5px;
}
