.exit-warning-1 {
	background-color: #000000CC;
	color: #fff;
	font-size: 16px;
	line-height: 1.3em;
	position: absolute;
	top: -70px;
	right: -40px;
	box-shadow: 0px 6px 13px #0000004D;
	border-radius: 26px;
	text-align: center;
	padding: 20px;
	max-width: 270px;
}
	.exit-warning-1 .headline {
		color: #82B338;
		font-size: 25px;
		line-height: 1.3em;
	}
	.exit-warning-1 .close {
		position: absolute;
		top: 0;
		right: 10px;
		padding: 5px;
		cursor: pointer;
		z-index: 1;
	}
	.exit-warning-1 p:last-child {
		margin-bottom: 0;
	}
	