<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#popup {	
	display: none;
	left: 50%;
	margin: 0 auto;
	padding: 0;
	position: fixed;	
	top: 50%;
	z-index: 10001;
}
#popup #closebtn {
	background: white;
	border: 1px solid black;
	border-radius: 15px;
	color: black;
	cursor: pointer;
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
	position: absolute;
	right: -10px;
	text-decoration: none;
	top: -10px;
	width: auto;
	z-index: 10002;
}

#popup #dontshow {
	background: white;
	border: 1px solid black;
	border-radius: 15px;
	color: black;
	cursor: pointer;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
	text-align: center;	
	position: absolute;
	right: -40px;
	text-decoration: none;
	bottom: -20px;
	width: 100px;
	z-index: 10002;
}

#popup_background {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

iframe#popup_ad_frame {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
}
</pre></body></html>