
.kmeans-chart {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 9px;
    fill: #ccc;
}

.kmeans-chart .centroid {
    stroke: #000;
    stroke-width: 2px;
}

.kmeans-chart text.label {
    font-size: 12px;
    fill: #333;
}

.kmeans-chart .axis line, .axis path {
    fill: none;
    stroke-width: 1px;
    stroke: #ccc;
    shape-rendering: crispEdges;
}
