#paynow-popup .modal-content {
  text-align: center;
  margin: 8% auto;
}

#paynow-popup .modal-content p {
  color: #2C4142;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  margin: 8% auto;
  text-align: center;
}

/* The Close Button */
#paynow-popup .close {
  color: #aaa;
  font-size: 35px;
  font-weight: bold;
  position : absolute;
  top: -6px;
  right: 15px;      
}

#paynow-popup .close:hover,
#paynow-popup .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#paynow-popup #paynow-ok-button {
    background-color: #456762;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 48px;
    font-size: 16px;
    cursor: pointer;
  }

  #paynow-popup #paynow-ok-button:hover {
    background-color: #3d5b55;
  }
