<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 {
	display: inline-block;    
	border: none;
	padding: 5px 9px;
	color: white;
	font: bold 13px nimbus-sans, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(button-bg.png);
	background-color: rgb(207, 60, 39);
	text-align: center;    
	border-radius: 2px;
	box-shadow: 1px 1px 2px 1px hsla(0, 0%, 0%, 0.3);  
	cursor: pointer;
}

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: 26px 0px 0px 26px;
	position: relative;
	width: 960px;
	height: 516px;
	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;
	left: -18px;
	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;
}

#full-screen-popups-layer #menu .menu-section-box {
	position: absolute;
	width: 200px;
	background-color: white;
	border: 0px solid black;
	padding: 10px;
	top: 80px;
	background-image: url(../image/menu-box-bg.jpg);
	height: 398px;
}

#full-screen-popups-layer #menu .menu-section-box p.section {
	color: rgb(35, 31, 32);
	font-family: myriad-pro, arial, sans-serif;
	font-size: 22px;
	line-height: 1em;
	margin: 0px 0px -7px 0px;
}

html.ie8 #menu .menu-section-box ul {
	margin: 0px;
	padding: 15px;
}

#menu .menu-section-box ul {
	margin: 0px;
	padding: 20px;
}

#menu .menu-section-box ul {
	margin: 0px;
}

#full-screen-popups-layer #menu .menu-section-box a {
	display: block;
}</pre></body></html>