#scrollable{
	width: 100%;
	overflow-x: scroll;
	text-align: -webkit-center;
}

table{
	text-align: center;
	font-size: 1rem;
	border: 1px solid #8888;
	border-radius: 4px;
	margin: 1rem;
}

.head{
	background: #AAA;
}

.first{
	background:#CDA434;
}

.second{
	background:#8A9597;
}

.third{
	background:#CD7f32;
}

.first, .second, .third, .bottom{
	border-bottom: 1px solid #8888;
}

.lastyear{
	border-bottom: 2px solid #F00;
}

.pardis:nth-child(even){
	background:#EEE;
}

th, td{
	padding: 0.5rem 1rem;
}

.separator{
	border-left: 1px solid #8888;
}

.image{
	margin-top: 0.5rem;
	height: 3rem;
}

.zero{
	color: #AAA;
}


/* ------------- Tabelle eliminatorie ------------- */

.eliminatorie{
	border: none;
	font-size: 1.4rem;
}

.team, .score{
	border: 1px solid #000;
	border-radius: 5px;
	margin-right: 2px;
}

.sep{
	padding: 1px;
}

.bright{
	border-right: 1px solid #000;
}

.bleft{
	border-left: 1px solid #000;
}

.btop{
	border-top: 1px solid #000;
}

.bbottom{
	border-bottom: 1px solid #000;
}