@charset "UTF-8";


#modal-content {
	z-index: 2 ;
	width: 80% ;
	height:80%;
	margin: 0 ;
	padding: 10px 20px ;
	background: #fff ;
	position: fixed ;
	display: none ;
	overflow-y:scroll;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba(0, 0, 0, 0.384) ;
}

