#debug {
	word-wrap: break-word;
	position: fixed;
	height: 13px;
	bottom: 0px;
	width: 100%;
	font-size:10px;
	color:white;
	background: #000000;
	z-index: 999999999;
	overflow-y: scroll;
}

#debug.show-debug {
	height: 204px;
}

.debugView {
	text-align: right;
	position: fixed;
	top: 70px;
	right: 0px;
	z-index: 999999999;
}
.debugView .debugBtn {
	background-color: black;
	color: white;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.debugView .debugMenu {
	background-color: black;
	color: white;
	display: none;
}
.debugView .debugMenu button {
	height: 50px;
	min-width: 60px;
}
.debugView .debugMenu button:active {
	color: white;
	background-color: black;
}