#popup-message-window{
	border: 10px solid #4db3d0 !important;
	z-index: 7001 !important;
	width:30%;
	min-width:320px;
	max-height:400px;
	margin:0 auto;
	top:100px;
	left:0;
	right:0;
	bottom:0;
}
#popup-message-background {
opacity: 0.5 !important;
}
#popup-message-background {
 z-index: 2 !important;
}

@media only screen and (max-width: 40em) {

	#popup-message-window{width:28%; max-height:300px}
	
}