/*body {
	background: #CCC;
	font-size: 14px;
	color: #ABB3D2;
}
*/
#debug-email {
	background: white;
	margin: 100px auto;
	width: 600px;
	padding: 20px;
	position: relative;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3), 
				0px 0px 15px rgba(0,0,0,0.25);
}

.performance {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 1000;
	zoom: 0.7;
}

.performance-tile {
	background: #0090ff;
	float: right;
	width: 190px;
	height: 95px;
	position: relative;
	margin: 20px 20px 0px 0px;
}

.performance-tile h3 {
	font-family: "Segoe UI";
	font-weight: bold;
	font-size: 16px;
	color: #97d2ff;
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0px;
}

.performance-tile .value {
	font-family: "Segoe UI";
	font-size: 36px;
	color: white;
	position: absolute;
	top: 45px;
	left: 20px;
	line-height: 1em;
}

.performance-tile .performance-detail {
	background: white;
	width: 300px;
	position: absolute;
	bottom: 95px;
	right: 0px;
	padding: 20px;
	display: none;
}

.performance-tile:hover div {
	display: block;
}

.performance-tile li {
	padding: 10px 0px;
	border-bottom: 1px solid #EEE;
}

.performance-tile #debug {
	zoom: 1.3;
	margin: -20px;
}

#debug {
	background: #EEE;
	border: 1px solid #DDD;
	padding: 20px;
	max-height: 600px;
	overflow-y: scroll;
	font-family: Consolas;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	margin: 40px;
	line-height: 18px;
	color: black;
}

.system #debug {
	background: white;
}

#debug .debug-header {
	margin: -20px -20px 20px;
	padding: 5px 20px;
	background: #DDD;
}

#debug .indent {
	margin-left: 20px;
}

#debug .debug-key {
	color: #0090FF;
}

#debug .debug-key-private {
	color: #888;
}

#debug .debug-numeric {
	color: #35406E;
}

#debug .debug-null {
	color: #888;
}

#debug .debug-string {
	cursor: text;
}

#debug .debug-array {
	color: #888;
}

#debug .debug-object {
	
}

#debug .debug-array-block {
	background: rgba(0,0,0,0.1);
}

#debug .debug-array-block:nth-child(odd) {
	background: rgba(0,0,0,0.2);
}

.system-dialog-content #debug {
	width: 520px;
	max-height: 240px;
	margin: 0px;
	border: none;
}

.system-dialog-message #debug {
	margin: -40px -31px -30px -30px;
}