/*******************************************/
/*  Debug                                  */


div#debug
{
	position:fixed;
	bottom:-261px;
	right:0px;
	left:0px;
	height:250px;
	border-top:1px solid gray;
	background: white;
	padding:5px;
	
	overflow: auto;
	
	text-align: left;
}

div#debug > div:first-child
{
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
}

div#debug_btn
{
	position:fixed;
	bottom:0px;
	right:0px;
	padding:5px;
	background: lightgray;
	cursor:pointer;
}


div#debug.open
{
	bottom:0px;
}