/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(151, 120, 120, 0.829); /* Fallback color */
  background-color: rgba(201, 211, 173, 0.322); /* Black w/ opacity */
}



/* Modal Content */
.modal-content {
  margin: auto;
  padding: 30px;
  height: 80%;
  width: 100%;
  border-radius: 10px; 
  overflow: hidden;
}

.model2 {
  position: absolute;
  top:      10%;
  left:     5%;
  bottom:   0;
  right:    0;
  width:    900px;
  height:   60%;
  border-radius: 10px; 
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

#billing_country_field {
  display: none;
}

.custom-visit-button {
  background-color: #11304f;
  color: white;
  border-radius: 3px;
  padding: 10px;
  font-size: 12px;
	font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 3px 0;
  line-height: 1.2em;
  position: relative;
  font-weight: normal;
  text-align: center;
  padding: 15px 30px 13px;
  font-size: 13px;
  min-width: 139px;
  max-width: 100%;
}

.custom-visit-button:hover {
  background-color: #415972;
  color: white;
  border-radius: 3px;
  padding: 10px;
  font-size: 12px;
	font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 3px 0;
  line-height: 1.2em;
  position: relative;
  font-weight: normal;
  text-align: center;
  padding: 15px 30px 13px;
  font-size: 13px;
  min-width: 139px;
  max-width: 100%;
}
.extra a {
	background-color: #ded826;
	color: #fff; !important;
	padding: 5px;
}