@charset "UTF-8" ;
.modal-content{
  width : 80%;
  margin: 0 ;
  padding : 40px 5%;
  border-right-width : 0px;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #ffffff;
  position: fixed ;
  display: none ;
  z-index : 999999;
  text-align : left;
  border-top-width : 0px;
  border-left-width : 0px;
  border-bottom-width : 0px;
  color : black;
}
#modal-overlay{
  z-index : 999998;
  display: none ;
  position: fixed ;
  top: 0 ;
  left: 0 ;
  width: 100% ;
  height: 120% ;
  background-color: rgba( 0,0,0, 0.75 ) ;
}
