	body { background-color: lightblue; }

div {	
	
	text-align	: center;
	width		: 100%;
	display		: block;
}

div.team2 {

	overflow		: hidden; /* add this to contain floated children */
	float			: left; /* add this */
	margin-top		: 50px;
	border			: 1px solid;
	display			: block;
	height			: 80%;
}

div.team {

	overflow		: hidden; /* add this to contain floated children */
	float			: left; /* add this */
	margin-top		: 50px;
	border			: 1px solid;
	display			: block;
}

div.wit {
	
	background-color	: white;
	color			: black;
}

div.blauw {
	
	background-color	: blue;
	color			: white;
}

div.wissel {
	
	background-color	: yellow;
	color			: red;
}

div.teamnaam {
	
	text-transform		: uppercase;
	font-weight		: bold;
	line-height		: normal;
	/* font-size		: 150px; */

}

div.spelernaam {
	/* font-size		: 70px; */
}

div.buttons {

	float			: left; /* add this */
	margin-top		: 50px;
	display			: block;
}

footer {
	float			: left; /* add this */
	display			: block;
	margin-top		: 50px;
	text-align		: center;
}

/*
button { font-size: 50px; }
*/


#opnieuw, #maakteams {
	margin: 3px;
}