
/* The Modal (background) */
.w3-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
}

/* Modal Content */
.w3-modal-content {
  background-color: #fff;
  margin: auto;
}

/* The Close Button */
.w3-close {
  float:left;
  color: #000;
  font-size: 70px;
  padding:45px 25px;
  font-weight: bold;
}

.w3-close:hover,
.w3-close:focus {
  color: #ccc;
  text-decoration: none;
  cursor:crosshair;
}
