debug{
	position:absolute;
	top:200px;
	color:red;
	z-index:10000;
	height:50px;
	background-color:#fff;
	text-align:center;
	width:100%;
}
.xdebug-error{
	font-size:14px;
}
.xdebug-error:first-child{
	position:sticky;
	z-index:10000;
	width:100%;
}
.xdebug-error th {
	background-color:#ccf;
	color:#000;
}