.btn{
	/*border-radius: 15px;
    font-size: 13px;*/
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 999; 
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #f5f0f0;
    font-family: Arial;
    max-width: 700px;
     line-height: 28px;
    border-radius: 8px;
    color: #97292c;
    transform: translate 50(-50%);
}

/* The Close Button */
.close {
  color: black;
  width:30px;
  font-size: 28px;
  font-weight: bold;
    position: relative;
  left:96%;
    text-align:center;
}

#continue{
	width: 145px; 
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    text-decoration: none;
    opacity: .75;
    color: #000;
}
.show_on_mobile #mobcta1, .show_on_mobile #mobcta2{font-size:12px;}
.show_on_mobile #mobcta1{margin-bottom:5px;}