.popup-label:hover {
	cursor:pointer;
}
.popup-grey-background {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #2D374B;
	opacity: 0.5;
	z-index: 99999;
}
.popup-window-box {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
}
