.campianChart_axis path {
    fill: none;
    stroke: #777;
    shape-rendering: crispEdges;
}

.campianChart_axis text {
    font-family: Lato;
    font-size: 10px;
}

.campianChart_legende_item {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}