<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#module-shell {
	position: absolute;
	left: 0px; right: 0px;
	top: 0px; bottom: 0px;
	width: 1010px;
	height: 568px;
	margin: auto;
	z-index: 1;
	background-color: white;        
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

button, .button {
	position: absolute;
	margin-top: -14px;
	right: 10px;
	top: 18px;
	z-index: 4;
	width: 67px;
	border-radius: 3px;
	background-color: rgb(207, 60, 39);
	background-image: url(button-up.jpg);
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
	cursor: pointer;
	font-family: reklame-script, arial, sans-serif;
	color: white;
	font-size: 25px;
	text-align: center;
	padding: 2px 0px 2px 0px;
}

button:hover, .button:hover {
	background-position: 244px;
}

#module-shell &gt; #close-button {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 5px 5px 0px 0px;
	width: 13px;
	height: 13px;
	background-image: url(close-button.png);
}

#module-shell &gt; .title {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 4;
	color: rgb(226, 23, 133);
	font-family: nimbus-sans, sans-serif;
	font-size: 24px;
	padding: 28px;
}

#popups-layer {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(1, 1, 1, 0.1);
}

.ie8 #popups-layer {
   /* IE8 doesn't support rgba - this is a work around */
   /* Filter allows click throughs filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50999999,endColorstr=#50999999); */
   /* A background image intercepts clicks as espected. */
   background-image: url(../image/alpha-overlay.png);
   position: fixed;
}

#popups-layer .popup-centerer {
	position: absolute;
	left: 0px; right: 0px;
	top: 0px; bottom: 0px;
	width: 1010px;
	height: 568px;
	margin: auto;
}

#popups-layer *[data-component=popup] {
	margin: auto;
	position: absolute;
	top: 100px;
	left: 300px;
	width: 350px;
	background-color: rgb(41, 143, 177);
	padding: 0px 15px 15px 15px;
	border-radius: 10px;
	color: white;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

#popups-layer *[data-component=popup] .title {
	font-family: nimbus-sans, sans-serif;
	font-weight: bold;
	margin-top: 12px;
}

#popups-layer *[data-component=popup] p {
	color: white !important;
	font-family: myriad-pro, sans-serif;
}

#popups-layer .close-button, #full-screen-popups-layer .close-button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 24px;
	height: 24px;
	line-height: 22px;    
	margin: 5px;

	font-family: nimbus-sans, sans-serif;
	font-size: 24px;
	color: white;
	cursor: pointer;
	text-align: center;
}

#popups-layer .close-button:before, #full-screen-popups-layer .close-button:before {
	content: 'x';
	font-size: 24px;    
}

#full-screen-popups-layer #help .close-button {
	display: none;
}

#popups-layer .close-button:hover, #full-screen-popups-layer .close-button:hover {
	background: white;
	border-radius: 12px;
	color: rgb(226, 23, 133);
}

#full-screen-popups-layer {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(1, 1, 1, 0.1);
}

.ie8 #full-screen-popups-layer {
   /* IE8 doesn't support rgba - this is a work around */
   /* Filter allows click throughs filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50999999,endColorstr=#50999999); */
   /* A background image intercepts clicks as espected. */
   background-image: url(../image/alpha-overlay.png);
   position: fixed;
}

#full-screen-popups-layer .popup-centerer {
	position: absolute;
	left: 0px; right: 0px;
	top: 0px; bottom: 0px;
	width: 1010px;
	height: 568px;
	margin: auto;
	overflow: none;
}

#full-screen-popups-layer *[data-component=full-screen-popup] {
	margin: 57px 0px 0px 26px;
	position: relative;
	width: 960px;
	height: 443px;
	background-color: rgb(41, 143, 177);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
	border-radius: 10px 10px 10px 10px;
	padding: 20px;
}

#full-screen-popups-layer #menu {
	background-color: white;
}

#full-screen-popups-layer #menu .close-button {
	color: rgb(207, 60, 39);
}

#full-screen-popups-layer #menu .title {
	position: relative;
	top: -28px;
	color: rgb(35, 31, 32);
	font-family: reklame-script, arial, sans-serif;
	font-size: 43px;
	margin: 0px 20px 0px 20px;
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	z-index: 2;
}


/**
help popup
*/

#full-screen-popups-layer #help .help-el {
	position: absolute;
	font-family: reklame-script, cursive;
	color: white;
	padding: 10px;
	background-color: rgb(0,160,189);
	background-image: url(../image/popup-background-blue-green.jpg);
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}

#full-screen-popups-layer #help .help-el h1 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

#full-screen-popups-layer #help .help-el p {
	font-family: myriad-pro,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	color: white;
	text-align: justify;
}

#full-screen-popups-layer #help .help-el span {
	display: inline-block;
}

.help-el h1 {}
.help-el p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#full-screen-popups-layer #help .help-el .pointer {
	position: absolute;
}

#full-screen-popups-layer #help .help-el.dyk,
#full-screen-popups-layer #help .help-el.menu {
	display: none;
}</pre></body></html>