/* CSS Document */
#checkout_button, #checkout-button, #checkoutButton, #Checkoutbutton, #checkout_Button, #checkout-Button, #Checkout-Button {
    display: inline-block;
    font-family: sans-serif;
    font-size: 20px;
    background-color: #0BD992;
    color: white;
    border-radius: 4px;
    padding: 14px 28px;
}
#checkout_button:hover, #checkout-button:hover, #checkoutButton:hover, #Checkoutbutton:hover, #checkout_Button:hover, #checkout-Button:hover, #Checkout-Button:hover {
    cursor: pointer;
}