.cc-row-header {
  padding: 10px 14px;
  color: #2f2f2f;
  font-size: 16px;
  background-color: #fff;
}

.cc-row-header-title {
  line-height: 30px;
  height: 30px;
  color: #959595;
  font-size: 14px;
}

.cc-row-header-subtitle {
  width: 100%;
  height: 30px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
