div.numeric-keypad
  > div.numeric-keypad-button-conatainer
  > div.numeric-keypad-button-row
  > button.numeric-keypad-button:not(:hover),
div.checkout-coupon-content-section
  > button.checkout-coupon-apply-button.checkout-coupon-button:not(:hover) {
  color: #00cca3 !important;
}

.checkout-coupon-content-section {
  display: flex;
}

div.checkout-totals-content-section 
  > label.checkout-totals-remaining-payment {
  margin-right: 0;
  margin-top: 5px;
  margin-bottom: 0;
}

div.checkout-totals-content-section
  > label.checkout-totals-remaining-paymen-label {
  float: none;
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  margin-bottom: 0;
}
