#cluster-description {
  display: none;
  max-width: 45ex;
}

#cluster-top {
	position: absolute;
	top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
	background-color:#f8f8f8;
  opacity: 0.9;
	padding: 1ex;
	overflow: hidden;
	z-index: 4000;
}

.cl-label {
  font-weight: bold;
}

.cl-title {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}

#cl-controls {
  float: right;
  cursor: pointer;
}

#cl-close {
  font-size: 140%;
  font-weight: lighter;
  margin-left: 0.5ex;
}

#cluster-work {
  padding: 1ex;
}

#cluster-table {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (width <= 1000px) {
  #cluster-top {
    left: 35px;
    transform-origin: top left;
    /* transform: scale(0.75); */
    overflow-x: auto;
  }
}

@media screen and (width > 1000px) {
  #cluster-top {
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.cl-server {
  margin-left: 1ex;
  padding: 2px;
  cursor: pointer;
  border-radius: 4px;
  background-color: rgba( 100, 255, 100, 0.7 );
}

.cl-row-delete {
  font-size: 70%;
  cursor: pointer;
}

.cl-hover {
  background-color: rgba( 255,  80, 80, 0.8 );
}

.cl-row-label {
  background-color: rgba( 80,  80, 255, 0.4 );
}

.cl-row-hover {
  background-color: rgba( 80,  80, 255, 0.8 );
}


.cl-legend {
  contain: layout;
  margin: 0.5ex 0 0.5ex 0;
}

.cl-node {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 1ex;
  clip-path: circle( 50% );
}
