<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("//fast.fonts.net/lt/1.css?apiType=css&amp;c=5c664866-2ddd-4fdb-8c8b-e4e88446025f&amp;fontids=694421");
@import url("//fast.fonts.net/lt/1.css?apiType=css&amp;c=299fdc99-6db8-4d2b-942b-f70ef202fe08&amp;fontids=694415");

@font-face {
	font-family: 'source_sans_pro';
	src: url('../fonts/sourcesanspro-regular-webfont.eot');
	src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
		url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
		url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'source_sans_pro';
	src: url('../fonts/sourcesanspro-bold-webfont.eot');
	src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
		url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
		url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold')
		format('svg');
	font-weight: bold;
	font-style: normal;
}

/* apply a natural box layout model to all elements */
*,*:before,*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	background: white;
        text-align: center;
	cursor: default;
	font-family: source_sans_pro;
	font-size: 23pt;
	overflow-y: hidden;
}

div {
	overflow: hidden;
}

.sizer {
	position: relative;
	display: inline-block;
	transform-origin: top left;
	-ms-tranform-origin: top left;
	-webkit-transform-origin: top left;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.textbox {
	line-height: 27pt;
	text-align: left;
	position: absolute;
	width: 400px;
	left: 1610px;
	top: 125px;
}

.textbox &gt; p {
	margin-before: 0pt;
	-webkit-margin-before: 0pt;
	font-size: 22pt;
	white-space: normal;
}

.nav_position {
	position: absolute;
	top: 756px;
	width: 40px;
	height: 40px;
}
</pre></body></html>