table,td,tr,.action { 
	padding:0; margin:0;
}
#main {
	height:100vh;
	width:100vh;
	float:left;
}
.puntenicon {
	height:12.5vh;
	width:12.5vh;
}
#spelers {
	height:50%;
	display:flex;
}
.action, .puntenicon {
	border-radius: 50%;
}
#global, .action {
	height:100%;
	width:100%;
}
#status,#difficulty {
	float:auto;
}
[player="-1"] {
	background: gray;
}
[player="0"] {
	background: radial-gradient(circle at 75% 75%, white, blue);
}
[player="1"] {
	background: radial-gradient(circle at 75% 75%, white, red);
}
[player="2"] {
	background: radial-gradient(circle at 75% 75%, white, lime);
}
[player="3"] {
	background: radial-gradient(circle at 75% 75%, white, yellow);
}
.puntenicon {
	display: flex;
	align-items: center;
	justify-content: center;
}
.punten {
	background: none;
	font-size: 200%;
}
[disabled] {
	opacity:0.75;
}
button {font-size: 32px;}
