@CHARSET "utf-8";

.cw-FlexTable td {
  border: 1px solid #BBBBBB;
  padding: 3px;
}

.connectedLabel {
	font-family: inherit;
	font-size: 16px;
	background: green;
	color: white;
	 line-height: 30px;
	     width: 100%;
}

.discconnectedLabel {
	font-family: inherit;
	font-size: 16px;
    background: #980c2f;
    color: white   ;
    line-height: 30px;
    width: 100%;
}

