@charset "UTF-8" ;
.modal-content{
  width : 900px;
  margin: 0 ;
  border-right-width : 0px;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  position: fixed ;
  display: none ;
  z-index : 999;
  text-align : left;
  border-top-width : 0px;
  border-left-width : 0px;
  border-bottom-width : 0px;
  font-size : 16px;
  color : white;
  padding-left : 40px;
  padding-right : 40px;
}
#modal-overlay{
  z-index : 998;
  display: none ;
  position: fixed ;
  top: 0 ;
  left: 0 ;
  width: 100% ;
  height: 120% ;
  background-color : rgba(0, 0, 0, 0.9);
}
