html, body {
	height: 100%;
} /* WebKit */

.err { 
	color: red; 
	font-weight: bold; 
}

.battle	{ 
	color: red; 
}

.ignoring {
	text-decoration: line-through;
}

.speaking {
  color: green;
}

#online {
	padding: 5px 3px;
}

#online .controls {
	white-space: nowrap;
}

#online .controls input,
#online .controls label {
	vertical-align: middle;
}

#online .controls label {
	font-size: 12px;
}

#online .controls .button {
	margin-right: 4px;
}

#online .room {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
}

#online .nicknames {
	margin-top: 4px;
}

#online .name {
	cursor: pointer;
	font-weight: bold;
}