.foul-tabelle {
	background: transparent;
	font: inherit;
	color: inherit;
	border:none;
}

.foul-tabelle__title {
	margin: 0 0 1.1rem;
	font: inherit;
	font-weight: 700;
	line-height: 1.2;
}

.foul-tabelle__scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.foul-tabelle__table {
	width: 100%;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	color: inherit;
}

.foul-tabelle__table thead,
.foul-tabelle__table tbody,
.foul-tabelle__table tr,
.foul-tabelle__table th,
.foul-tabelle__table td {
	background: transparent !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background-image: none !important;
}

.foul-tabelle__table th,
.foul-tabelle__table td {
	padding: 0.5rem 0.5rem !important;
	text-align: left;
	white-space: nowrap;
	font: inherit;
	color: inherit;
	vertical-align: middle;
}

.foul-tabelle__table thead th {
	background: var(--foul-header-background, transparent) !important;
	color: inherit !important;
	font-weight: 700;
}

.foul-tabelle__table tbody td {
	background: transparent !important;
}

.foul-tabelle__table tbody tr:last-child td {
	border-bottom: 0 !important;
}

.foul-tabelle__table th:not(:last-child),
.foul-tabelle__table td:not(:last-child) {
	border-right: 0 !important;
}

.foul-tabelle__row--own-team {
	font-weight: 700;
}

.foul-tabelle__table tbody .foul-tabelle__row--promotion,
.foul-tabelle__table tbody .foul-tabelle__row--promotion td {
	background: var(--foul-promotion-color, #dce9db) !important;
}

.foul-tabelle__table tbody .foul-tabelle__row--barrage,
.foul-tabelle__table tbody .foul-tabelle__row--barrage td {
	background: var(--foul-barrage-color, #e9dfbf) !important;
}

.foul-tabelle__table tbody .foul-tabelle__row--relegation,
.foul-tabelle__table tbody .foul-tabelle__row--relegation td {
	background: var(--foul-relegation-color, #ead6d6) !important;
}

.foul-tabelle__legend,
.foul-tabelle__status {
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.4;
	color: inherit;
}

.foul-tabelle__legend-item {
	display: inline-block;
	margin-right: 0.75rem;
	padding: 0.28rem 0.55rem;
	border-radius: 2px;
	background: transparent;
}

.foul-tabelle__legend-item--promotion {
	background: var(--foul-promotion-color, #dce9db);
}

.foul-tabelle__legend-item--barrage {
	background: var(--foul-barrage-color, #e9dfbf);
}

.foul-tabelle__legend-item--relegation {
	background: var(--foul-relegation-color, #ead6d6);
}

.foul-tabelle--error {
	padding: 0.75rem 0;
}