body
{
	margin: 0;
	padding: 0;
	background-color: white !important;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.lrc_connection_status
{
	width: 20px;
	height: 20px;
	color: white;
}

ul.chat li:last-child
{
	border-bottom: 0 !important;
}

.chat-body
{
	margin-left: 0 !important;
	font-size: 0.8em !important;
}

.chat-panel
{
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
}
.chat-panel .panel-heading
{
	position: fixed !important;
	top: 0 !important;
	height: 45px !important;
	left: 0 !important;
	right: 0 !important;
}
.chat-panel .panel-footer
{
	position: fixed !important;
	bottom: 0 !important;
	height: 53px !important;
	left: 0 !important;
	right: 0 !important;
}
.chat-panel #chat_loading,
.chat-panel #chat_notice
{
	position: fixed !important;
	top: 45px !important;
	height: 46px;
	left: 0 !important;
	right: 0 !important;
}
.chat-panel .panel-body
{
	position: fixed !important;
	top: 91px !important;
	bottom: 53px !important;
	left: 0 !important;
	right: 0 !important;
	height: auto !important;
}

#chat_notice
{
	color: red;
	font-weight: bold;
	padding: 3px 6px;
	background: #efefef;
	z-index: 1;
}

#chat_msgs
{
	display: none;
}

#chat_msgs .chat_notice
{
	color: red;
}
#chat_msgs .system
{
	color: green;
}
#chat_msgs .standard
{
	color: black;
}
#chat_msgs .moderator
{
	color: red;
	font-style: italic;
}
#chat_msgs .administrator
{
	color: red;
	font-style: italic;
}
#chat_msgs .bonus_lap,
#chat_msgs .aap
{
	color: blue;
	font-style: italic;
}
#chat_msgs .aap
{
	color: orange;
}

.admin_tool_hide
{
	display: none !important;
}