fieldset#nab_card_details {
    background-color: #ececec;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
    font-size: 12pt;
    list-style: none;
    border: 1px solid #cecece;
    box-shadow: 5px 5px #888888;
}

fieldset#nab_card_details p {
    min-height: 35px;
    vertical-align: middle;
}

button#jsPayButton {
    background-color: mediumseagreen;
    font-size: 12pt;
    padding: 20px;
    color: lightyellow;
    font-weight: bold;
    border-radius: 5px;

}

::-webkit-input-placeholder,  { /* Edge */
    color: #ececec;
    font-style: italic;
}

::placeholder {
    color: #ececec;
    font-style: italic;
}

.nab_payment_form select, .nab_payment_form input[type=text] {
    width: auto !important;
}

.g-recaptcha {
    margin-left: 19%;
    margin-top: -51px;
    margin-bottom: 20px;
}


ul.order_details {
    background-color: #ececec;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
    font-size: 12pt;
    list-style: none;
    border: 1px solid #cecece;
    box-shadow: 5px 5px #888888;
}

ul.order_details li {
    min-height: 35px;
}

ul.order_details li span {
    width: 200px;
    display: inline-block;
}