/* Hide the Powered-by footer both on screen and when printing */
@media print {
 .store-footer a.store-powered-by,
 #InvoiceSummary footer.store-footer a.store-powered-by {
    display: none !important;
  }
}

 .store-footer a.store-powered-by,
 #InvoiceSummary footer.store-footer a.store-powered-by {
  display: none !important;
}
a#PayInWallet {
  background-color: #6193c9 !important;
  border: transparent;
}
a#ReceiptLink {
  background-color: #6193c9 !important;
  border: transparent;
}
a#StoreLink {
  color: #6193c9 !important;
}
a#StoreLink:hover {
  border-color: #6193c9 !important;
}
button#LoginButton {
  background-color: #6193c9 !important;
}

