#data2show {
	position:fixed;
	z-index:9999;
	top:50%;
	left:50%;
	background: #fff;
	transform:translate(-50%, -50%);
	max-height: 90vh;
	max-width:1000px;
	overflow-y:scroll;
	padding: 15px;
	border:3px solid #ccc;
	min-width: 200px;
}

#closeDS img {
	width:30px;
	height: auto;
}

#closeDS {
	float: right;
	margin:20px;
}

#imp-daten a {
	display: inline-block;
	margin:30px 10px;
	padding: 5px 10px;
	border: 1px solid;
	border-color: #fff;
	color: #fff;
}

#data2show p {
	font-size:14px;
}

#data2show h1, h2, h3, h4 {
	font-size:20px;
}


#imp-daten {
	text-align: center;
background:#1F505C;
}