@charset "UTF-8";



.modal-content {
    padding: 10px 20px;
    position: fixed;
    display: none;
    z-index: 2 !important;
    width: 98.2%;
    left: 0 !important;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

@media only screen and (max-width: 767px) {
.modal-content {
    
    width: 90%;
    
}