@charset "utf-8";

/* debug.css
----------------------------------------*/

/* .debug-info
------------------------------------------------------------*/

.debug-info {
	z-index: 90;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font: 7pt verdana, arial, sans-serif;
	background: #f1f3f5;
	border-width: 1px 0;
	border-color: #e4e1dc;
	border-style: solid;
	color: #888;
}

.debug-info .data {
	margin: .2em .4em;
	white-space: nowrap;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e4e1dc #d3d0cb;
	background-color: #fff;
}

.debug-info ul {
	height: 14pt;
	margin: 0;
	list-style: none;
}

.debug-info li {
	display: block;
	float: left;
	padding: .2em .4em;
	line-height: 12pt;
}

.debug-info span {
	padding: 0 .4em;
	color: #ddd;
}

