<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'NewsCycleRegular';
    src: url('../fonts/news-cycle/NewsCycle-Regular-webfont.eot');
    src: url('../fonts/news-cycle/NewsCycle-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/news-cycle/NewsCycle-Regular-webfont.woff') format('woff'),
         url('../fonts/news-cycle/NewsCycle-Regular-webfont.ttf') format('truetype'),
         url('../fonts/news-cycle/NewsCycle-Regular-webfont.svg#NewsCycleRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

p {
	line-height: 140%;
}

div.score {
	width: 200px;
	display: inline-block;
	font-size: 18px;
	margin-top: 15px;
	text-align: left;
}

div.score span {
	font-weight: bold;
}

html {
	background: #222222;
	color: white;
	font-family: "NewsCycleRegular", Helvetica, Arial;
}

#overContainer {
	text-align:center;
	margin-top: 20px;
}

#canvasDiv {

}

#scoreContainer {
	text-align:center;
	display: none;
	font-family: Helvetica, Arial;
	margin-bottom: 0px;
	padding-left: 135px;
}

#gameContainer {
	display: none;
	padding: 10px 0px 10px 0px;
}

#loadingContainer {
	display: none;
	font-size: 30px;
	margin-top: 300px;
	margin-bottom: 100px;
}

#infoContainer {
	text-align: left;
	display: inline-block;
	width: 800px;
	padding: 20px;
}

#ctrl {
	display: none;
	margin-bottom: 20px;
	position: relative;
	top: -17px;
}

span.choice, span.ctrl {
	background-color: #444444;
	border: 1px solid #666666;
	cursor: pointer;
	font-family: Helvetica, Arial;
}

span.ctrl {
	margin: 5px;
	padding: 5px;
}

span.choice {
	margin: 20px;
	padding: 10px;
	font-weight: bold;
}

span.choice:hover {
	background-color: #666666;
}

.center {
	text-align: center;
	margin: 40px;
}

#choice, #nowaa {
	display: none;
}

a {
	color: white;
}

a:hover {
	color: #444444;
}

#refresh {
	margin-top: 5px;
	margin-bottom: 40px;
	display: none;
}
</pre></body></html>