#debug-bar-searchpress h3 {
	float: none;
	clear: both;
	font-family: georgia,times,serif;
	font-size: 22px;
	margin: 27px 10px 15px 0!important;
}
#debug-bar-searchpress h4 {
	color: #000;
	float: none;
	clear: both;
	font-family: georgia,times,serif;
	font-size: 16px !important;
	margin: 9px 10px 9px 0!important;
}
#debug-bar-searchpress pre {
	max-width: 98%;
	max-height: 300px;
	overflow: auto;
	background: #fff;
	padding: 9px;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3);
	white-space: pre-wrap;
}
#debug-bar-searchpress .searchpress-debug-list {
	margin-left: 27px;
}
#debug-bar-searchpress dt {
	font-weight: bold !important;
	margin-top: 9px;
}
#debug-bar-searchpress dd {

}