body
{
	font-family:sans-serif;
	background:black;
	color:grey;
	width:500px;
	margin:0 auto;
}
h3, b, th
{
	color:white;
}
#chatWrapper
{
	position: relative;
	overflow-y:hidden;
	height:250px;
	margin:0 auto;
}
#chat
{
	background:hsl(0, 0%, 12%);
	color:#DDD;
	font-size: 13.33333px;
	line-height: 16px;
	position: absolute;
	bottom: 0;
}
#chat .message
{
	padding:3px;
	border:none;
	border-bottom:1px solid #000;
	box-shadow: 0px 1px 0px hsla(0, 100%, 100%, 0.04) inset;
}
#chat .message:nth-child(2n)
{
	background-color: hsl(0, 0%, 14%);
}
#chat a
{
	color: hsl(0, 0%, 60%);
	text-decoration:none;
}
#chat a:hover
{
	text-decoration:underline;
}
.name
{
	font-weight: bold;
}
#commandList
{
	display:block;
	padding:0;
	margin:0;
	list-style-type:none;
}
.command
{
	display:inline-block;
	background:#111;
	padding:5px;
	margin:2px;
	box-shadow: 1px 1px 5px hsla(0, 100%, 100%, 0.7) inset;
	cursor:pointer;
}
.command:hover
{
	color:white;
	background:#222;
}
.desc
{
	display:none;
}
.Nightbot
{color: #7878ff;}
.dorrBot
{color: #359bff;}
.Moobot
{color: #FF69B4;}
.dorrBaume
{color: #00e700;}
.name.timer
{color: #CC0;}
.jumpscare
{color:#F00}