.cpln-leavenotice {
	display: none;	
}
.cpln-leavenotice.cpln-active {
	display: block;
}
.cpln-position {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	overflow: auto;
}
.cpln-overlay {
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	width: 100%;
	height: 100%;
}
.cpln-tb {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.cpln-td {
	display: table-cell;
	vertical-align: middle;	
}
.cpln-content {
	max-width: 520px;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px;
	text-align: center;
	line-height: 1.5;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
	font-size: 13px;
}
.cpln-content h2 {
	margin: 0 0 1rem;
	font-size: 20px;
}
.cpln-content p:last-child {
	margin-bottom: 0;	
}
.cpln-redirect-box {
	padding: 20px;
	background-color: #f2f2f2;
	margin: 20px 0;
}
.cpln-redirect-link {
	word-wrap: break-word;	
}
.cpln-cancel {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 10px;
	background-color: #f2f2f2;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	font-weight: 700;
}
.cpln-cancel:hover {
	background-color: #666;
	color: #fff;
	text-decoration: none;	
}

@media screen and (max-width: 520px){
	.cpln-content { max-width: 400px; }
}
@media screen and (max-width: 420px) {
	.cpln-content {max-width: 300px; }
}