<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#navigation {
	position: absolute;
	left: 0px;
	bottom: 50px;
	width: 100%;
	z-index: 5;
	background-color: white;
}

#navigation &gt; .menu-button {
	position: absolute;
	left: 10px;
	top: 9px;
	z-index: 1;
	font-family: reklame-script, arial, sans-serif;
	padding: 3px 0px 3px 0px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	width: 55px;
	background-color: rgb(207, 60, 39);
	background-image: url(button-up.jpg);
	color: white;
	text-decoration: none;
	font-size: 20px;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}

#navigation &gt; .menu-button:hover {
}

#navigation &gt; a.menu-button:active {
}

#navigation &gt; .menu-button.open {
}

#navigation &gt; .help-button {
	position: absolute;
	font-family: reklame-script, arial, sans-serif;
	left: 10px;
	top: 9px;
	z-index: 1;
	padding: 3px 0px 3px 0px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	width: 55px;
	background-color: rgb(207, 60, 39);
	background-image: url(button-up.jpg);
	color: white;
	text-decoration: none;
	font-size: 20px;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}

#navigation &gt; .help-button:hover {
}

#navigation &gt; .previous {
	position: absolute;
	margin-top: 6px;
	right: 87px;
	top: 3px;
	z-index: 3;
	width: 55px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-image: url(button-black-up.jpg);
	background-color: black;
	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: 20px;
	text-align: center;
	padding: 3px 0px 3px 0px;
}

#navigation &gt; .previous:hover {
}

#navigation &gt; .previous:active {
}

#navigation &gt; .next {
	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;
}

#navigation &gt; .next:hover {
}

#navigation &gt; .next:active {
}

#navigation &gt; .progress-bar {
	position: absolute;
	top: 31px;
	left: 75px;
	z-index: 2;
	width: 782px;
	height: 6px;
	background: rgb(35, 31, 32);
	border-radius: 2px;
}

#navigation &gt; .progress-bar &gt; .step {
	display: inline-block;
	vertical-align: top;
	width: 46px;
	height: 6px;
	background: 
	rgb(35, 31, 32);
}

#navigation &gt; .progress-bar &gt; .step.current,
#navigation &gt; .progress-bar &gt; .step.visited.current,
#navigation &gt; .progress-bar &gt; .step.completed.current {
}

#navigation &gt; .progress-bar &gt; .step.visited, 
#navigation &gt; .progress-bar &gt; .step.completed {
	background: rgb(41, 143, 177);
}
</pre></body></html>