#checkout-buttons {
    margin-top:1em;
}

.checkout-buttons-button {
    border-radius:3px;
    display:block;
    padding:12px;
    text-align:center;
    margin:8px 0;
    filter:brightness(100%);
}

.checkout-buttons-button:hover {
    filter:brightness(85%);
}