h2 {
	color:white !important;
}

#spielstandzaehler_container {
	width: 100%;
	text-align: center;
	position: relative;
}

#spielstandzaehler_tisch {
	color: white; 
}

.spielstandzaehler_left {
	width: 50%;
	float: left;
}

.spielstandzaehler_right {
	width: 50%;
	float: left;
}

.two_players .spielstandzaehler_left {
	width: 40%;
}

.two_players .spielstandzaehler_right {
	width: 40%;
}

.two_players .spielstandzaehler_center {
	width: 20%;
	float: left;
}

.playername {
	height: 155px;
	overflow: hidden;
	line-height: 75px;
	font-family: Arial;
	font-size: 75px;
	font-weight: normal;
	color: white;
}

.playerscore {
	font-family: "Digital";
	font-size: 200px;
	font-weight: normal;
	color: #00ff00;
	line-height: 400px;
}

.four_players .playername {
	font-family: Arial;
	font-size: 40px;
	font-weight: normal;
	color: white;
	line-height: 40px;
}

.four_players .playerscore {
	font-family: "Digital";
	font-size: 200px;
	font-weight: normal;
	color: #00ff00;
	line-height: 200px;
}

.player_team {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #00ff00;
	line-height: 20px;
}

.playerbuttons {
	font-weight: bold;
	font-size: 20px !important;
}

#btn_game_reset {
	position: absolute;
	color: red;
	right: 0;
	top: 0;
}

#game_time {
	font-weight: bold;
}

.game_status {
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.game_goal {
	font-size: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.ball {
	border-radius: 20px;
	width: 40px;
	height: 40px;
	font-weight: bold;
	font-size: 26px;
	color: #bbb;
	padding: 0;
}

.snooker .ball {
	border-radius: 25px;
	width: 50px;
	height: 50px;
	font-weight: normal;
	font-size: 30px;
	color: #bbb;
	padding: 0;
}

.highlighted {
	background-color: white !important;
	color: red !important;
}

.ball_red {
	background-color: red !important;
	color: white !important;
}

.ball_yellow {
	background-color: yellow !important;
	color: black !important;
}

.ball_green {
	background-color: green !important;
	color: white !important;
}

.ball_brown {
	background-color: brown !important;
	color: white !important;
}

.ball_blue {
	background-color: blue !important;
	color: white !important;
}

.ball_pink {
	background-color: pink !important;
	color: black !important;
}

.ball_black {
	background-color: black !important;
	color: white !important;
}

.clear {
	clear: both;
	height: 20px;
}

.hidden {
	display: none !important;
}