body {
	background-color: #000;
  }
  
#imggetraenketop{
	width: 800px;
}

#imggetraenkebottom{
	width: 500px;
}

#getraenketable{
	width: 1000px;
}

#header1{
	width: 500px;
	font-size:14px;
}

#header2{
	width: 250px;
	font-size:14px;
}

#header3{
	width: 250px;
	font-size:14px;
}

.data1{
	font-size: 17px;
}

.data2{
	font-size:14px;
	color:#FFF;
	margin-top:-7px
}

.data3{
	font-size:14px;
	color:#FFF;
	margin-top:-7px
}

.data4{
	font-size:17px;
}

.data5{
	font-size:17px;
}

@media only screen and (max-width: 768px) {
	/* For mobile phones: */

	h1{
		font-size: 20px;
	}

	#getraenketable{
	}

	#imggetraenketop{
		width: 800px;
	}
	
	#imggetraenkebottom{
		width: 500px;
	}

	#getraenketable{
		width: 400px;
	}
	
	#header1{
		width: 250px;
		font-size:9px;
	}
	
	#header2{
		width: 100px;
		font-size:9px;
	}
	
	#header3{
		width: 100px;
		font-size:9px;
	}

	.data1{
		font-size: 10px;
	}
	
	.data2{
		font-size:9px;
		color:#FFF;
		margin-top:-2px
	}
	
	.data3{
		font-size:9px;
		color:#FFF;
		margin-top:-2px
	}
	
	.data4{
		font-size:12px;
	}
	
	.data5{
		font-size:12px;
	}
  }
  