
  h5#billingModalLabel {
	text-align: center;
	font-size: 20px;
  }
  #billingModal .modal-body p {
	font-size: 16px;
	text-align: center;
  }
  #billingModal button.close {
	position: absolute;
	right: 6px;
	top: 5px;
	color: #fff;
	opacity: 1;
  }
  .modal {z-index:9999;}
