/*================================================================================ */

/* = DEBUG = */

/* ================================================================================ */
#debug {
	background-color: white;
	border : 4px red solid;
}
#debug h1 {
	background: none!important;
	font-family: "Trebuchet MS";
	font-size: 2em;
	color: red!important;
	text-align: center;
	margin: 8px;
	text-indent: 0em!important; 
}
#debug h2 {
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	margin: 5px 0 10px 0 !important;
	padding: 0 0 0 15px !important;
	float: left;
}
#debug ul {
	padding: 4px;
}
#debug li {
	padding: 5px 2px;
	line-height: 1.3em;
}
#debug li span {
	text-decoration: underline;
}
