@CHARSET "utf-8";

.cw-FlexTable td {
  border: 1px solid #BBBBBB;
  padding: 3px;
}

.connectedLabel {
	font-family: inherit;
	font-size: 12px;
	background: green;
	color: white;
	 
}

.discconnectedLabel {
	font-family: inherit;
	font-size: 12px;
    background: red;
    color: yellow   ;
    
}

