#debug-console {
	margin: 0 1em 1em;
	background-color: #ddd;
	color: #333;
	border: 1px solid #ddd;
	padding: 0 1em;
	font-size: .9em;
}
	#debug-console pre {
		font-size: 1.15em;
	}
	#debug-console h2 {
		padding: .5em;
		margin: 1em 0 .5em;
		line-height: 1;
		font-size: 1.25em;
		background-color: #fff;
		color: #444;
	}
	#debug-console h3 {
		font-size: 1.2em;
		font-weight: normal;
		text-align: left;
	}
	#debug-console .section {
		margin: 1em 0;
	}
	#debug-console table {
		width: 100%;
		background-color: #eee;
		border-collapse: collapse;
		border-spacing: 5px;
	}
		#debug-console table caption {
			font-size: 1.05em;
			text-align: left;
			margin-top: 1em;
			font-family: georgia, times, serif;
		}
		#debug-console table thead th {
			font-weight: bold;
			background-color: #999;
			color: #eee;
		}
		#debug-console table tbody th {
			width: 20%;
		}
		#debug-console table td,
		#debug-console table th {
			padding: 5px;
			text-align: left;
			vertical-align: top;
		}
		#debug-console table .even {
			background-color: #fff;
		}
		#debug-console table pre {
			margin: 0;
			padding: 0;
		}
	
	#debug-console-log,
	#debug-console-dump {
		background-color: #FFFFDF;
		margin: 1em 0;
		padding: .5em;
	}
	#debug-console-log h3,
	#debug-console-dump h3 {
		color: #c00;
	}
	
#show-hide-console {
	margin: 1em 2em 0;
	clear: both;
}
	#show-hide-console a {
		background-color: #ddd;
		color: black;
		padding: 3px 10px 3px 20px;
		text-decoration: none;
		display: block;
		font-size: .9em;
		width: 150px;
	}

.var-dump-toggle {
	margin: .5em 0;
}
	.var-dump-toggle a {
		
	}
.var-dump {
	display: none;
}