@charset "UTF-8" ;
.modal-content{
 width : 900px;
 margin: 0 ;
 padding : 40px;
 border-right-width : 0px;
 background : none 0% 0% / auto auto repeat scroll padding-box border-box black;
 position: fixed ;
 display: none ;
 z-index: 2 ;
 text-align : left;
 border-top-width : 0px;
 border-left-width : 0px;
 border-bottom-width : 0px;
 font-size : 15px;
}
#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 ) ;
}
