@charset "utf-8";
/* CSS Document */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 250px; /* Location of the box */
  margin-left: auto;
  margin-right: auto;
  left: 30%;
  top: 0;
  width: auto;
  height: auto; 
  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 */
  /*background-color: transparent;*/
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px;
  border: 2px solid red;
  width: 100%;
}

/* 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;
}
#myBtn {
	text-decoration: underline;
	color: #000;
	cursor: pointer;
}
#myBtn:focus, #myBtn:hover {
	color: #23527c;
	text-decoration: underline;
}