

.simplePopup {
	display:none;
	position:fixed !important;
	background:rgba(255, 255, 255, 0.85);
	z-index:999999;
	padding:12px;
	width:60%;
	min-width:70%;
	left:0;
	top:50%;
}

.simplePopupClose {
	float:right;
	cursor:pointer;
	margin-left:10px;
	margin-bottom:10px;
	color:#23d1b7;
}

.simplePopupBackground {
	display:none;
	background:#000;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:999;
}
