/* here you can put your own css to customize and override the theme */
.copyright {
  text-align: center;
  margin: 0 auto; 
  padding: 10px;
  color: #888888;
  font-size: 13px;
}
.copyright a
{
    color: #888888;
}
#applepaybtn {
    width: 100%;
    height: 50px;
    display: inline-block;
    border: 1px solid black;
    border-radius: 5px !important;
    box-sizing: border-box;
	background-color: #FFF;
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-size: 100% 70%;
    background-repeat: no-repeat;
	background-position: center;
    margin: 0px;
	padding: 10px;
}