.dataTableVizInsight th.orderBy {
  cursor: pointer;
}
.insightsDataTable .controls {
  max-width: 500px;
  padding: 10px 0 0 0;
}
.widget .insightsDataTable .controls {
  padding: 12px 12px 0;
}
.insightsDataTable .controls > div {
  padding: 10px 0 0;
}
.insightsDataTable th.orderBy {
  width: 20%;
}
.insightsDataTable th.orderBy.active {
  font-weight: bold;
}
.insightsDataTable .title {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  width: inherit;
  display: block;
}
.insightsDataTable tr:not(.subDataTableContainer) .grown {
  color: green;
}
.insightsDataTable tr:not(.subDataTableContainer) .notGrown {
  color: red;
}
.insightsDataTable .isMoverAndShaker {
  font-weight: bold;
}
