 .popup {
	 position: fixed;
	 z-index: 1;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 overflow: auto;
	 background-color: rgba(0,0,0,0.4);
	 display: none;
}		
.popup2 {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	display: none;
}
.popup3 {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	display: none;
}
.popup4 {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	display: none;
}
.popup5 {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	display: none;
}
.popup6 {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	display: none;
}
.popup-content {
	background-color: white;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid #888888;
	width: 50%;
	font-weight: bolder;
}
.popup-content2 {
	background-color: white;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid #888888;
	width: 50%;
	font-weight: bolder;
}
.popup-content3 {
	background-color: white;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid #888888;
	width: 50%;
	font-weight: bolder;
}
.popup-content4 {
	background-color: white;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid #888888;
	width: 50%;
	font-weight: bolder;
}
.popup-content5 {
	background-color: white;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid #888888;
	width: 50%;
	font-weight: bolder;
}
.popup-content6 {
	background-color: white;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid #888888;
	width: 50%;
	font-weight: bolder;
}
.popup-content button {
	display: block;
	margin: 0 auto;
}
.popup-content2 button {
	display: block;
	margin: 0 auto;
}
.popup-content3 button {
	display: block;
	margin: 0 auto;
}
.popup-content4 button {
	display: block;
	margin: 0 auto;
}
.popup-content5 button {
	display: block;
	margin: 0 auto;
}
.popup-content6 button {
	display: block;
	margin: 0 auto;
}
.show {
	display: block;
}