td.dt-nowrap {
  white-space: nowrap;
}

td.ct-column__color {
  position: relative;
}

td.ct-column__color .ct-content__color {
  position: absolute;
  display: inline-block;
}

td.ct-column__color--cell .ct-content__color {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

td.ct-column__color--pill .ct-content__color {
  top: 5px;
  bottom: 5px;
  left: 50%;
  width: .5em;
  margin-left: -.333em;
  border-radius: 4px;
}

