﻿.broadcast
{
  height: 24px;
  overflow: hidden;
  position: absolute;
  background-color: #0B0B0B;
  display: block;
  /*width: calc(100% - 285px); */
  width: auto;
  float:none;
  top: 9px;
  color: #AAA;
  z-index: 9999;
  left: 160px;
  right: 85px;
  white-space: nowrap;
}

.broadcast-p {
 position: absolute;
 height: 100%;
 margin: 0;
 line-height: 26px;
 text-align: center;
 white-space: nowrap;
}

.pl-broadcast
{
	color:#F80;
	margin-left:40px;
	font-size: x-small;
}

.system-broadcast
{
	color:#D00;
	font-weight:bold;
	margin-left:40px;
}




