.gamecontainer {
	margin: 0px;
	margin: 0px;
	margin: 0px;
	background-color: #ffffff;
}

/* big fingers */
.table > tbody > tr {
	height: 60px;
	vertical-align: middle;
	background-color: #ffffff;
}

/* game header */
.header {
	vertical-align: middle;
}
/*
.questionnumber {
	text-align: left;
	vertical-align: middle;
	color: gray;
}
*/
.questionnumber {
	position: relative;
	float: left;
	top: 0px;
	left: 20px;
	color: grey;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 18px;
}
.question {
	color: black;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 50px;
	/* padding-right: 50px; */
}
.logo {
	position: relative;
	float: right;
	right: 0px;
	bottom: 0px;
	background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 250px;
	margin-left: 30px;
}

/* game body */
.body {
	background-color: #ffffff;
	text-align: center;
	color: black !important;
}
.answer {
	background-color: #ffffff;
	text-align: center;
}
.answer-select a {
	background-color: #666666;
	color: white !important;
}
.thumbnail {
	background-color: #cccccc;
	vertical-align: middle;
	border: 0px solid #000000;
}
a.thumbnail:hover, a.thumbnail:active, a.thumbnail:link, a.thumbnail:visited {
	color: #dbd7c7;
	text-decoration: none;
}

/* game footer */
.footer {
	background-color: #cccccc;
	vertical-align: middle;
	position:absolute;
    bottom: 0;
    width: 100%;
}
/*
.score {
	text-align: left;
	vertical-align: middle;
}
*/
.score {
	position: relative;
	float: left;
	bottom: 0px;
	left: 0px;
}
.weiterbuttondiv {
	background-color: white;
	border-color: #7595a4;
	
}

.btn-primary {
	background-color: #666666 !important;
	border-color: #666666 !important;
}

.btn-default {
	background-color: #666666 !important;
	border-color: #666666 !important;
	color: white !important;
}

#thanks {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: center;
	font-size: 60pt;
	background-color: white;
}



