<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	font-family: sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	  -ms-text-size-adjust: 100%;
}
@media (max-width: 992px) {
	html {
	font-size: 150%;
	-webkit-text-size-adjust: 150%;
	  -ms-text-size-adjust: 150%;
	}
}
body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
h1 {
	margin: .67em 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h2 {
	margin: .67em 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	 -moz-box-sizing: content-box;
		  box-sizing: content-box;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
a, a.btn-default {
	font-weight: bold;
	color: #0099CC;
	text-decoration: none !important;
}
.filetime {
	font-weight: normal;
	color: #aaa;
	font-size: 75%;
	text-decoration: none !important;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.inaktiv {
	color: #666666;
}
.area {
	margin: 0px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	width: calc(100% - 40px);
}
.wk {
	font-weight: bold;
	line-height: 1.42857143;
	background-color: lightblue;
}
.panel_results {
	border: 1px solid lightblue;
	margin-bottom: 20px;
}
.panel_clubs {
	border: 1px solid lightblue;
	margin-bottom: 10px;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	  touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}
.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
		  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
	width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
	width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
	width: 1170px;
	}
}
</pre></body></html>