/* CONTENT - TABELLE*/
#table-wrapper { position: relative; }
.table-content-wrapper { position: relative; }

#table-head {
	border-bottom: 1px #bebebe solid;
	padding-bottom: 0.75em;
}

#table-head span { font-size: 1em; }

.table-row { border-bottom: 1px #bebebe solid; }
.table-row.even { background: #fbfbfb; }
.table-row.odd { background: #fff; }
/*.table-row.even { background: #040404; }
.table-row.odd { background: #000; }*/

.table-cell { line-height: 1; }
.table-cell span {
	vertical-align: middle;
	font-size: 1.5em;
}


/* MOBILE - VERSION */
@media all and (min-width: 15em) and (max-width: 39.9em) {
	.table-content-wrapper { width: 95%; max-width: 18em; }
	
	.table-row { height: 4em; }
	
	.table-col-place { width: 10%; max-width: 1.8em; }
	.table-col-team { width: 20%; max-width: 3.6em; }
	.table-col-matches { width: 15%; max-width: 2.7em; }
	.table-col-sun { width: 40%; max-width: 7.2em; }
	.table-col-points { width: 15%; max-width: 2.7em; }
	
	.table-col-team img { 
		max-width: 3em;
		max-height: 3em;
		vertical-align: middle;
	}
}


/* DESKTOP - VERSION */
@media all and (min-width: 40em) {
	.table-content-wrapper { width: 90%; max-width: 44em; }
	
	.table-row { height: 6.8em; }
	
	.table-col-place { width: 10%; max-width: 4.4em; }
	.table-col-team { width: 35%; max-width: 15.4em; }
	.table-col-matches { width: 10%; max-width: 4.4em; }
	.table-col-sun { width: 20%; max-width: 8.8em; }
	.table-col-cups { width: 12%; max-width: 5.28em; }
	.table-col-cups-diff { width: 7%; max-width: 3.08em; }
	.table-col-points { width: 6%; max-width: 2.64em; }
	
	
	.table-col-team img { 
		max-width: 15em;
		max-height: 5.8em;
		vertical-align: middle;
	}
	.table-content-wrapper .table-col-place span { font-size: 3.7em; }
}