.NE				{background:#EE0000;}
.ISREADY		{background:#00EE44;}
.LOADINGMASTER	{background:#fa7d03}
.LOADINGSUB		{background:#fad403;}
.LOADINGSIMUL	{background:#a6fa03;}
.GENHTML		{background:#06ff8d;}
.DRAWINGHTML	{background:#06fffc;}
.GENBLANK		{background:#06a4ff;}
.DRAWINGBLANK	{background:#066aff;}
.DOVEREADY		{background:#7b06ff;}
.LOADINGIMGS	{background:#c106ff;}
.PLAYREADY		{background:#f006ff;}
.ISPLAYING		{background:#ff06b6;}
.SIMULCOMPLETE	{background:#ff4606;}
.PLAYCOMPLETE	{background:#fcff06;}
.TXDOVETAIL		{background:#ffb5ff;}
.RXDOVETAIL		{background:#ffab92;}
.DOVECOMPLETE	{background:#8d006e;}
.STOPPING		{background:#00EE44;}
.CUTREADY		{background:#00EE44;}
.TXCUT			{background:#00EE44;}
.RXCUT			{background:#00EE44;}
html,body {
	background: #000;
	color: #fff;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: monospace;
}
.well-tempered {
	overflow: hidden;

}
.well-tempered select {
	display: none;
}
#msg {
	display: table;
	height: 100%;
	width: 100%;
}
#msg .cell {
	display: table-cell;
	vertical-align: middle;
	font-size: 3em;
	text-align: center;
	cursor: pointer;
}
#raw {
	text-align: center;
}
section {
	float: left;
	height: 90%;
	width: 50%;
	padding: 0;
	text-align: center;
}
h2 {
	margin: 4px 0;
	border-bottom: 1px solid #ddd;
	padding: 0 0 4px;
}
em { padding: 5px 0; display: block; width: 100%; font-size:20px; font-style: normal; font-weight: bold; color: black;}
span {
	display: block;
	padding: 4px 0;
	font-size: 24px;
}
span.path {
	font-size: 15px;
	line-height: 27px;
}
mark {
	display: table;
	width: 100%; 
	height: 70%;
	position: relative; 
	background: transparent;
}
mark div {
	position: absolute;
	display: table-row;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
mark div div {
	display: table;
	width: 100%;
	height: 100%;
}
mark div div span {
	display: table-cell;
	vertical-align:  middle;
	color: #fff;
	width: 100%;
}
mark div div span .number {
	font-size: 126px;
	font-weight: bold;
	display: block;
}
mark div div span span.msg {
	font-size: 14px;
	display: block;
	color: #fff;
}
mark img {
	width: 100%;
	display: table-row;
}
progress { display: block; width: 100%; background-color: #111; height: 20px; }
progress::-webkit-progress-bar, progress::-webkit-progress-value,
progress::-webkit-progress-bar { background-color: rgba(255,255,255,.4);}

form {
	position: absolute;
	z-index: 10;
	text-align: left;
}
label {
	width: 200px;
	float: left;
}
input {
	width: 100px;
}
textarea {
	background: #000;
	color: #fff;
	border: 1px solid #eee;
}
