.bs-cell {
  position: relative;
  padding: 0 30px 0 15px;
  background-color: #fff;
}
.bs-cell-header {
  position: relative;
  color: #000;
  font-size: 17px;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
