.popup-wrapper {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.5);
	top: 0;
	left: 0;
	position: fixed;
	text-align: left;
}
.popup-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px;
	margin-top: 1%;
	background-color: white;
	border: 1px solid #555;
	float: none;
	overflow-y: scroll;
	max-height: calc(100% - 20px);
}
.popup-header{
	margin-bottom: 20px;
	border-bottom: 1px solid;
	padding-bottom: 20px;
}
.popup-title{
	font-size: 24px;
	font-weight: bold;
}
.popup-row{
	margin-bottom: 20px;
	margin-top: 10px;
}