.data-series-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.data-series-container .data-series-chart-container {
  width: 100%;
  height: 100%;
}
.data-series-container .data-series-chart-container .k-content {
  background: none;
}
.data-series-container .data-series-chart-container .k-chart-tooltip {
  padding: 0px !important;
}
.data-series-container .list {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 6px;
}
.data-series-container .list .list-item {
  border-top-style: solid;
  border-top-width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  min-height: 24px;
  font-size: 13px;
  padding-left: 4px;
}
.data-series-container .list .list-item.last {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
