/* router breadcrumbs */
.breadcrumb-item > span.router-link-active,
.breadcrumb-item > span.router-link-exact-active {
  color: rgba(255, 255, 255, 0.8);
}

/* class and object table */
.for-annotation-box {
  height: 400px;
}

.color-rect.color-btn {
  height: 5px;
  width: 25px;
}

.color-rect {
  border: none;
  color: white;
  display: inline-block;
  margin: 4px 2px;
}
