.well-dropdown {
  position: relative;
  display: inline-block;
}

.well-dropdown-content {
  display: none;
  position: absolute;
  background-color: lightgrey;
  min-width: 232px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
  
.color-cell {
  border: 1px solid white;
  max-width: 15px;
  height: 20px;
  margin: 1px;
}

.blank-cell {
  border: 1px solid lightgrey;
  max-width: 15px;
  height: 20px;
  margin: 1px;
}

.selector-cell {
  border: 1px solid lightgrey;
  min-width: 68px;
  height: 28px;
  margin: 1px;
}
  
.fate-peptide-selector {
  width: 230px;
}

.well-badge {
  font-size: 10px;
  /*max-width: 90px;
  inline-size: 90px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.color-selector-wrapper {
  height: 30px;
}
.well-dropdown-content .color-cell:hover {
  border: 1px solid #000;
}

.well-dropdown:hover .well-dropdown-content {display: block;}

.well-control-true {
  border: 1px solid #000;
  padding: 1px;
  position: absolute;
  height: 90%;
  width: 90%;
}

.well-control-false {
  border: none;
  padding: 1px;
  position: absolute;
  height: 90%;
  width: 90%;
}

.well-sample {
  position: relative;
}