/* common.css */

#debug-info, .debug-info {
	font-size: 11px;
	color: #333333;
	background-color: #f8f8f8;
	border: 1px solid silver;
	margin: 10px;
	padding: 10px;
}

#debug-info pre, .debug-info pre {
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}

.print, .nodisplay {
	display: none;
}
