#data {
    display: none;
}

.cts-filter-group {
    display: inline-block;
}

.dc-table-group {
    display: none;
}

.dc-table-row.row-selected {
    background-color: #fdf6c5;
}

#cts-stat-operators .dc-table-row {
    cursor: pointer;
}

.dc-chart text.pie-slice {
    fill: black;
}

.dc-chart g.row text {
    fill: black;
}

.axis path,
.axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;
}

.table-controls {
    padding-left: 20px;
}

.new-stat-center-horizontal {
    display: flex;
    flex-flow: row;
    justify-content: center;
}
.overflow-x {
    overflow-x: auto;
}