@CHARSET "UTF-8";

#debuginfo-container {
	position: absolute;
	left: 40px;
	top: 10px;
	width: 900px;
	z-index: 90;
}

.debug_info {
	/* 
	Dimensionen */
	padding: 5px 0;
	margin: 8px auto;
	z-index: 99;
	text-align: center;
	vertical-align: middle;
	color: white;
	/*
	 Hintergrund Rahmen */
	background-image: linear-gradient(left, black 0%, grey 100%);
	background-image: -o-linear-gradient(left, black 0%, grey 100%);
	background-image: -moz-linear-gradient(left, black 0%, grey 100%);
	background-image: -webkit-linear-gradient(left, black 0%, grey 100%);
	background-image: -ms-linear-gradient(left, black 0%, grey 100%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, black), color-stop(1, grey));
	background-image: linear-gradient(left, black 0%, grey 100%);
	border: 2px solid black;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}