.dtable-ui.cell-formatter-container {
  overflow: hidden;
  line-height: 1;
  width: 100%;
}

.dtable-ui.file-formatter {
  display: flex;
  align-items: center;
}

.dtable-ui.file-formatter .file-item-icon {
  display: inline-block;
  height: 28px;
  width: 28px;
  border: 1px solid #f0f0f0;
}

.dtable-ui.file-formatter .file-item-icon.img {
  width: auto;
}

.dtable-ui.file-formatter .file-item-count {
  display: inline-block;
  padding: 0 3px;
  min-width: 14px;
  line-height: 14px;
  font-size: 12px;
  border-radius: 6px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  background-color: #999;
  -webkit-transform: translate(-50%, 8px) scale(.8);
  transform: translate(-50%, 8px) scale(.8);
}
