.debug_title{
	cursor: pointer;
	background: #2E2E2E;
}

.debug_title:hover {
	background: #00CC05;
}

.debug_button{
	cursor:      pointer;
	background:  #2E2E2E;
	color:       #00CC05;
	border:      none;
	/*margin:      1px 0;*/
	margin:      0;
	padding:     0;
	width:       100%;
	white-space: nowrap;
	overflow:    hidden;
}

.debug_button:hover {
	background: #00CC05;
	color:      #2E2E2E;
}