/**
 * Debug Styles
 */
#debug-dump {
	background: rgba(0,0,0,0.6);
	bottom: 0;
	color: white;
	font-family: 'Futura', sans-serif;
	font-size: 1em;
	height: 400px;
	line-height: 1.2em;
	padding: 10px;
	position: fixed;
	transition: .5s height, .5s bottom;
	width: 100%; }
#debug-dump.hidden {
	bottom: -10px;
	height: 0 !important;
	transition: .5s height, .5s bottom; }
	#debug-dump .scroller {
		height: 380px;
		overflow-y: scroll;
		width: 100%; }
	#debug-dump .tab {
		display:none;
		background: rgba(0,0,0,0.6);
		cursor: pointer;
		font-size: 0.8em;
		height: 34px;
		line-height: 34px;
		position: absolute;
		right: 62px;
		text-align: center;
		top: -34px;
		width: 120px;  z-index: 2; }