@charset "UTF-8" ;
.modal-content{
  margin: 0 ;
  padding : 5%;
  border-right-width : 0px;
  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: 99999 ;
  text-align : left;
  border-top-width : 0px;
  border-left-width : 0px;
  border-bottom-width : 0px;
  width : 980px;
}
#modal-overlay{
  z-index: 99998 ;
  display: none ;
  position: fixed ;
  top: 0 ;
  left: 0 ;
  width: 100% ;
  height: 100% ;
  background-color: rgba( 0,0,0, 0.75 ) ;
}
#modal-close{
  z-index : 100000;
  text-align : right;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-style : solid;
  border-right-color : white;
  border-bottom-color : white;
  border-left-color : white;
}