#mask {
  position:fixed;
  left:0;
  top:0;
  z-index:9000;
  background-color:rgba(0,0,0,0.5);
  display:none;
}  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:650px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px white;
  text-align: center;
}
#boxes .dis{
  text-align: left;
  padding: 10px;
  border-bottom: 2px solid white;
}
#boxes #dialog {
  /*width:450px; */
  height:auto;
  padding:25px;
  background-color: rgba(0,0,0,0.5);
  color: white;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{
  background: url('popjs/bg.jpg');
}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 10pt;
  text-align: left;
  padding: 10px;
  border-bottom: 2px solid white;
  line-height: 20px;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
  color: white;
  padding: 10px 20px;
      color: black;
    background: white!important;
  font-size: 20px;
  box-shadow: none;
  background: none;
  opacity: 1!important;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
@media(max-width: 768px){
  #boxes .window{
    width: 90%;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    box-shadow: none;
    border: 1px solid #fff;
  }

  #boxes #dialog {
    padding: 10px;
  }
}