.sk-intern-page.container.sk-bericht-page.is-wide {
	max-width: 1000px;
}

.sk-bericht-page .links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0 0 22px;
}

.sk-bericht-page .links br {
	display: none;
}

.sk-bericht-page .links div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.sk-bericht-page .links span {
	margin: 0;
}

.sk-bericht-page .links a {
	display: inline-block;
	background: #efe4c4;
	color: #2a2a2a;
	padding: 6px 12px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	margin: 0;
}

.sk-bericht-page .links a:hover,
.sk-bericht-page .links a.is-active {
	background: #f3d56a;
	color: #2a2a2a;
}

.sk-bericht-page .sk-board-body {
	padding: 0;
	overflow-x: auto;
}

.sk-bericht-page table.result {
	width: 100%;
	max-width: 100%;
	margin: 0;
	border: 0 !important;
	border-collapse: collapse;
	background: #fffdf7;
}

.sk-bericht-page table.result th,
.sk-bericht-page table.result td {
	border: 0 !important;
	border-top: 1px solid #eadfb8 !important;
	background-color: #fffdf7 !important;
	color: #2a2a2a;
	vertical-align: middle;
	padding: 6px 8px;
	font-size: 13px;
}

.sk-bericht-page table.result th,
.sk-bericht-page table.result tr.row0 th,
.sk-bericht-page table.result tr.row0 td {
	background-color: #efe4c4 !important;
	color: #5c4d2a !important;
	font-weight: 700;
	border-top: 0 !important;
}

.sk-bericht-page table.result tr.row1 td {
	background-color: #f7f0dc !important;
}

.sk-bericht-page table.result tr:hover td {
	background-color: #f3d56a !important;
}

.sk-bericht-page table.result .colnumber,
.sk-bericht-page table.result .colcenter {
	width: 1%;
	white-space: nowrap;
	text-align: center;
}

.sk-bericht-page table.result .Mannschaft,
.sk-bericht-page table.result .xx {
	text-align: left;
	font-weight: 600;
	white-space: nowrap;
}

@media print {
	.sk-bericht-page .links {
		display: none;
	}
}
