<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#help-link {
	
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background: right top url(help-button-corner.png);
	background-size: 100% 100%;
	outline: 0;
}

.mfp-bg {
	
	opacity: 0.8;
	background: #eee;
}

body.help-popup-active .paperia-fullscreen-background {
	
	-webkit-filter: blur(4px);
	/*filter: blur(4px);*/ /*Breaks IE11*/
}

body.help-popup-active #help-link {
	
	display: none;
}

.mfp-close-btn-in .mfp-close {
	
	color: #fff;
}

#help-popup {
	
	position: relative;
	background: #333;
	background: rgba(0, 0, 0, 0.666);
	color: #fff;
	font-size: 13px;
	font-family: Georgia, serif;
	font-style: normal;
	text-align: center;
	padding: 20px;
	width: auto;
	max-width: 300px;
	margin: 20px auto;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

#help-popup h1 {
	
	font-weight: normal;
}

#help-zoom,
#help-goto {
	
	position: relative;
	padding-top: 90px;
	margin: 2em 0;
}

#help-zoom:before,
#help-goto:before {
	
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: no-repeat url(instructions.png);
	background-size: 160px 160px;
}

@media ( -webkit-min-device-pixel-ratio: 2 ), ( min-resolution: 192dpi ) {
	
	#help-zoom:before,
	#help-goto:before {
		
		background-image: url(instructions@2x.png);
	}
}

@media ( -webkit-min-device-pixel-ratio: 3 ), ( min-resolution: 288dpi ) {
	
	#help-zoom:before,
	#help-goto:before {
		
		background-image: url(instructions@3x.png);
	}
}

#help-zoom:before {
	
	background-position: top center;
}

#help-goto:before {
	
	background-position: bottom center;
}

#help-close a {
	
	color: #fff;
	font-size: 1.25em;
	text-decoration: none;
}</pre></body></html>