#xconsole-wrapper
{
	max-width: 95vw;
	max-height: 30vh;
	margin: 0 auto;
	overflow: hidden;
}

#xconsole
{
	max-width: 95vw;
	max-height: 30vh;
	overflow: scroll;
	background-color: #c0c0c0;
	color: #000000;
}
#xconsole span.error
{
	color: #ff0000;
	background-color: #ffff00;
}