/* DEBUG*/
#debug {
	display: block;
	position: fixed;
	min-width: 5px;
	width: 20px;
	width: 300px;
	right: -1px;
	top: 100px;
	height: 400px;
	background: white;
	border: 1px solid rgba(255, 0, 0, 0.2);
	z-index: 100000;
	box-sizing: border-box;
    border-left: 0px solid transparent;
    overflow-y: hidden;
    overflow-x: hidden;
}


#debug .resizable {
	cursor: col-resize;
	width: 7px;
	background: #a1a1a1;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
}

#debug .resizable:after {
	content: '...';
	word-wrap: break-word;
	width: 5px;
	top: 45%;
	font-size: 2em;
	color: black;
	font-weight: bold;
	line-height: 5px;
	position: absolute;
}

#debug .container {
	width: 100%;
	box-sizing: border-box;
}

#debug .title, #debug .content {
	width: 100%;
	padding: 5px 10px;
}

#debug .title {
	max-height: 16px;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}

#debug .content {
	display: block;
	overflow-y: auto;
    overflow-x: auto;
    height: 363px;
}

#debug .node {
	color: green;
}

#debug .time {
	color: black;
	font-weight: bold;
	padding-right: 5px;
}

#debug .time:after {
	content: ' : ';

}