<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY {
	margin: 0;
	padding: 1em;
	background: #fff;
	color: #5f7885;
	font-family: 'Roboto Condensed', Arial, Tahoma, sans-serif;
}

H1 {
	margin: 0 0 0.5em;
	font-weight: 400;
	font-size: 1.8em;
	font-family: 'Oswald', Verdana, sans-serif;
}
H2 {
	margin: 0 0 0.5em;
	font-weight: 400;
	font-size: 1.6em;
	font-family: 'Oswald', Verdana, sans-serif;
}

P {
	margin: 0 0 1em;
}

A {
	color: #5f7885;
	text-decoration: underline;
}
A:hover {
	text-decoration: none;
}

TABLE {
	margin-bottom: 1em;
	border-collapse: collapse;
}
TABLE TD {
	padding: .4em;
	vertical-align: top;
	font-size: 1em;
}

.teams TH,
.resultheader {
	padding: .4em;
	background: #7f7f7f;
	color: #fff;
	text-align: center;
	font-size: 1em;
}

.teams TR TD {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.teams TR:nth-child(odd) TD {
	background-color: #f0f0f0;
}

.teams TR:nth-child(even) TD {
	background-color: #fff;
}

.res_col {
	text-align: right;
}
.css_result {
	background-color: #d5f9d5 !important;
	font-weight: 700;
}

.r1 &gt; TBODY &gt; TR:nth-child(3) TD {
	padding-top: 2em;
	text-align: left;
}

pre {
	font-size: 10pt;
	font-family: "Courier New", Courier, monospace;
}

.r0 {
	margin-bottom: -0.8em;
	width: 100%;
}
.r1 .r0 TR:nth-child(n) TD {
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.r1 .r0 .resultheader {
	width: 30%;
}

.r1 .resultheader {
	background: none;
	color: #5f7885;
	text-align: right;
	font-weight: 700;
}

.win_gold {
	color: red;
}
.win_silver {
	color: blue;
}
.win_bronze {
	color: green;
}

.split {
	text-align: right;
	white-space: nowrap;
	font-size: .7em;
	font-family: 'Courier New' , Courier, monospace;
}

.select {
	padding: .3em;
	width: 240px;
	border: 1px solid #DDD;
	color: #222;
	font-size: .9em;
	font-family: inherit;
}

.button {
	display: block;
	margin: .5em 0 1em;
	padding: .5em 1.6em;
	border: medium none;
	background-color: #3c4655;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	font-family: inherit;
	cursor: pointer;
}
.button:hover {
	background-color: #7b8696;
}
</pre></body></html>