body {background-color: FloralWhite;}	/* Устанавливает цвет фона lavender*/

#burovayaamtel {
	margin: auto;
	border: 2px solid black;
	table-layout fixed;
	width: 1185px;
    border-collapse: collapse;
/*	white-space: nowrap; */
}

#burovayaamtel th {
	border: 2px solid black;
	white-space: nowrap;
/*	overflow: hidden;
	text-overflow: ellipsis;*/
}

#burovayaamtel td	{
	text-align: center;
	border: 2px solid black;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#burovaya {
	margin: auto;
	border: 2px solid black;
	table-layout fixed;
	width: 965px;
    border-collapse: collapse;
/*	white-space: nowrap; */
}

#burovaya th {
	border: 2px solid black;
	white-space: nowrap;
/*	overflow: hidden;
	text-overflow: ellipsis;*/
}

#burovaya td	{
	text-align: center;
	border: 2px solid black;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

[data-type='bad'] {
    color: red;
    font-weight: bold;
}

[data-type='good'] {
    color: green;
    font-weight: bold;
}

[data-type='wait'] {
    color: turquoise;
    font-weight: bold;
}

[data-type='nogood'] {
    color: #FF8000;
    font-weight: bold;
}
[
data-type='noping'] {
    color: DarkOrchid;
    font-weight: bold;
}

[data-type='stoped'] {
    color: navy;
    font-weight: bold;
}

.row-num {
	width: 35px;
}

.row-mr {
	width: 270px;
}

.row-iq {
	width: 80px;
}

.row-ping {
	width: 70px;
}

.row-txrx {
	width: 90px;
}

.row-txcrxc {
	width: 90px;
}
	
.row-txcrxcmax {
	width: 90px;
}	

.row-1, .row-2, .row-3, .row-4, .row-5 {
	width: 15px;
}

.row-opsos {
	width: 45px;
}		

.row-balance {
	width: 50px;
}		

.row-dt {
	width: 180px;
}		

.row-nbur {
	width: 110px;
}		

tr:hover {background-color:#505050; color:#FFF; font-weight: bold;}
/* tr:hover {color:#FFF;}
tr:hover {color:#FFF;} */

#nizdata {
    text-align: center;
    font-size: xx-small;
}

#zagol {
/*	font-family: "Courier New", Courier, monospace;  /*, Geneva, sans-serif;         /*, "Courier New", "Lucida Console", Times, serif;	/* Устанавливает шрифт текста */
	font-family: "Times", Lucida Console, serif;
	text-align: center;				/* Выравнивает текст по центру */
	color: darkgreen;						/* Устанавливает цвет текста */
}

#svyazerror {
/*	font-family: "Courier New", Courier, monospace;  /*, Geneva, sans-serif;         /*, "Courier New", "Lucida Console", Times, serif;	/* Устанавливает шрифт текста */
	font-family: "Times", Lucida Console, serif;
	text-align: center;				/* Выравнивает текст по центру */
	color: red;						/* Устанавливает цвет текста */
}


/*	Далее идут потуги с всплывающей подсказкой!!!	*/


.CellWithComment{position:relative;}

	.CellComment	{
			visibility: hidden;
			width: 240px;
			position: absolute; 
			z-index:100;
			text-align: centr;
			opacity: 0.4;
			transition: opacity 0s;		/*	  Время проявления */
			border-radius: 6px;
			background-color: #555;
			color: #ff0033;
			padding:3px;
			top:-35px; 
			left:-10px;
		}   
		
	.CellComment::after	{
			content: "";
			position: absolute;
			top: 100%;
			left: 8%;
			margin-left: -1px;
			border-width: 5px;
			border-style: solid;
			border-color: #555 transparent transparent transparent;
}

	.CellWithComment:hover span.CellComment {visibility: visible;opacity: 1;}


