.points {
	padding: 20px;
	box-sizing: border-box;
    border-radius: 5px;
    background-color: #000;
	line-height: 0px;
	color: #FFF;
}
.points h2 {
	color: #FFF;
}
.team_score_statistics {
	margin-top: 20px;
	font-family: 'Roboto Condensed', Sans-Serif;
}
.team_score_statistics > * { /* LINIE */
	display: block;
	margin-bottom: 15px;
}
.team_score_statistics > * > * {
	display: inline-block;
	line-height: 1.3em;
	font-size: 1em;
}

/* ================ SCORES ================= */

.team_score_statistics > * > *:nth-child(2) {
	margin-top: 2px;
	font-weight: 500;
	width: 100%;
	line-height: 1.5em;
	color: #FFF;
	background-color: #222;
	border-radius: 2px;

	box-shadow: inset -2px 2px 5px rgba(0,0,0,0.8);
}
.team_score_statistics > [class*="w"] > *:nth-child(2) {
	box-shadow: 0px 0px 7px 3px rgba(255,255,200,0.4);
	border-radius: 2px;
	color: #FFF;
	font-weight: 600;
	line-height: 2em;
	font-size: 1.2em;
	text-shadow: 0px 0px 3px rgb(0 0 0), 0px 0px 2px #000000, 2px 2px 2px #000000;
}
.team_score_statistics > [class*="w"] > *:nth-child(2) > * {
	background: none !important;
}
.team_score_statistics > [class*="w"] > *:nth-child(2) > :not(:last-child) {
	border-right: 1px solid;
}

.team_score_statistics > .wgold > :nth-child(2) {
	background: linear-gradient(135deg, rgb(255, 174, 0) 0%, #FA0 25%, #FFF 50%, #FA0 75%, #FA0 100%);
}
.team_score_statistics > .wsilver > :nth-child(2) {
	background: linear-gradient(135deg, #AAA 0%, #BBB 30%, #FFF 50%, #BBB 70%, #AAA 100%);
}
/* .team_score_statistics > * {
	background: linear-gradient(135deg, #F80 0%, #F80 30%, #FFF 50%, #F80 70%, #F80 100%);
} */
.team_score_statistics > * > *:nth-child(2) > * {
	float: left;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 0 0 0.5em;
}
.team_score_statistics > * > *:nth-child(2) > *:first-child {
	border-radius: 2px 0 0 2px;
}
.team_score_statistics > * > *:nth-child(2) > *:last-child {
	border-radius: 0 2px 2px 0;
}

.team_score_statistics > * > *:nth-child(2) > *:nth-child(1) {
	background-color: #393;
}
.team_score_statistics > * > *:nth-child(2) > *:nth-child(2) {
	background-color: #F90;
}
.team_score_statistics > * > *:nth-child(2) > *:nth-child(3) {
	background-color: #F00;
}
.team_score_statistics > * > *:nth-child(2) > *:nth-child(4) {
	background-color: #903;
}
.team_score_statistics > * > *:nth-child(2) > *:nth-child(5) {
	background-color: #909;
}
.teamstats {
	display: table;
	width:100%;
	table-layout: fixed;
	text-decoration: none;
}
.teamstats a.i {
	font-size:11px;
	height:15px;
	width:15px;
	line-height:18px;
}
.teamstats > * {
	display: table-row;
	text-decoration: none;
	color: black;
}
.teamstats > *:hover {
	background-color:rgba(255, 200, 0, 0.5) !important;
}
.teamstats > *:first-child span {
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	line-height:16px;
}
.teamstats > * > * {
	display: table-cell;
	padding:2px 3px 2px 3px;
	text-align:right;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.teamstats > *:first-child > * > span {
	display:inline;
}
.teamstats > *:first-child > * > img {
	display:none;
}
.teamstats > *:first-child img {
	width:16px; height:16px;
}
.teamstats > *:nth-child(odd) {
	background-color:rgba(0, 0, 0, 0.1);
}
.teamstats > * > *:nth-child(2) {
	text-align:left;
	padding:2px 2px 2px 2px;
}

@media screen and (max-width: 320px) {
	.teamstats > * > *:nth-child(2) {
		max-width:160px !important;
	}
}

	.teamstats > *:first-child > * span {
		display:none;
	}
	.teamstats > *:first-child > * img {
		display:inline;
	}
	.teamstats > * > *:nth-child(1) {
		text-align: left;
	}
	.teamstats > * > *:nth-child(2) { /* Siege */
		text-align: center;
		width: 74px;
	}
	.teamstats > * > *:nth-child(3) { /* Teilnahmen */
		text-align: center;
		width: 22px;
	}
	.teamstats > * > *:nth-child(4) { /* Punkte */
		width: 22px;
		text-align: right;
	}
	.teamstats > * > *:nth-child(5) {
		width: 32px;
	}

/* FILTER */
.filter {
	box-sizing: border-box;
	color:#FFF;
	background-color:#000;
	padding: 5px;
	border-radius: 5px;
	line-height:10px;
	margin-bottom:10px;
}
.filter h2 {
	color: #F90;
	border-bottom: #F90 1px solid;
}
.filter input[type="submit"] {
	display:block;
	width:100%;
}