h2.debug-header, textarea.debug-info{
	width: 60%; 
}

h2.debug-header{
	border-bottom: 1px solid #ccd0d4;
	padding-bottom: 10px;
}

textarea.debug-info{
	background-color: rgba(255,255,255,.8) !important;
	border: 2px ridge #ccd0d4;
	height: 300px;
	overflow: auto;
	padding-left: 3px !important; 
	resize: none;
}

h2.debug-header > * {
	vertical-align: text-bottom;
}

h2.debug-header > span.debug-header-text {
	border-left: 1px solid #ccd0d4;
	display: inline-block;
	padding-left: 5px;
}

h2.debug-header > img {
	cursor: pointer;
	opacity: .5;
}