.popUp{

	position: absolute;
	top:0;
	height: 100%;
	width: 100%;
	
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	z-index: 2;

	visibility: hidden;

	padding: 240px 30% 240px 30%;

}

/* mobile */
.popUp .Mobile{

	font-size: 22px !important;

}

.popUp .bg{

	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: -1;

}

.popUp span{

	width: auto;
	text-align: center;

	padding: 20px;

	box-shadow: 0px 0px 5px #111111;

	border-radius: 5px;

	color: #333333;

	display: block;
	margin-left: auto;
	margin-right: auto;

	background-color: #e9e6e6;
	
}

.menuOpened{

	visibility: visible;
    opacity: 1;
    left: 190px;
    position: relative;

}

.popUp p{

	margin-bottom: 0;

	text-align: center;

	display: block;
	margin-left: auto;
	margin-right: auto;

	padding: 12px;

	width: auto;

	cursor: pointer;

	border-radius: 3px;

	display: none;

	border-style: solid;
	border-color: white;
	border-width: 1px;

}

.popUp table {
	border-collapse: collapse;
	margin-top: 4%;
	font-size: 18px !important;
}
  
.popUp table, td, th {
	border: 1px solid black;
	padding: 3px;
}

.popUp .agree{

	color: #222222;

}

