.idx_bigdiv {
	position: absolute;
	width: 80%;
	height: 50%;
	margin: 5% 10% 0 10%;
	color: #FFFF00;
	border: none;
}
.idx_imgdiv {
	position: absolute;
	width: 50%;
	height: 100%;
	margin-left: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	border: none;
}
.idx_tablediv {
	position: absolute;
	width: 50%;
	height: 100%;
	margin-left: 50%;
	background-color: transparent; 
	border: none;
}
.idx_kopje {
	font-size: calc((3vh + 3vw + 3vmin)/3);
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.idx_table {
	width: 100%;
	height: 100%;
	background-color: #2C3539;
	border-collapse: collapse;
	border: none;
}
input { font-size: calc(8vh/6); }
