#dt-container
{
	padding-top: 32px;
	padding-bottom: 32px;
}

#dt-debug-container, #dt-debug-log-container
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
}

#dt-debug-log-container
{
	top: auto;
	bottom: 0px;
}

#dt-debug-header, #dt-debug-log-header
{
	height: 20px;
	border: 2px solid red;
	padding: 4px;
	color: black;
	background-color: white;
	cursor: pointer;
}

#dt-debug-body, #dt-debug-log-body
{
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	padding: 4px;
	color: black;
	background-color: white;
	display: none;
	overflow-y: scroll;
	max-height: 400px;
}

#dt-debug-log-body
{
	border-top: 1px solid red;
	border-bottom: 0px none;
}

#dt-debug-body td
{
	border-top: 1px solid black;
}

#dt-debug-log-body div
{
	padding: 5px 0px;
	border-top: 1px solid black;
}