/* The Modal  */
.popbtn {cursor:pointer;}
.modal {
   display: none; 
   position: fixed; 
   z-index: 20; 
   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 */
.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
	border-radius:0;
	z-index:100
}

/* The Close Button */
.close { color: #333; float: right; font-size: 28px; font-weight: bold; z-index"2 }
.close:hover,
.close:focus {color: black; text-decoration: none; cursor: pointer; }