.container {
    width: 100%;
    height: 100%;
}

.line {
    stroke-width: 3;
    stroke-linecap: round;
}

.column {
    opacity: .15;

    path, text {
        display: none;
    }
}

.overlay {
    fill: none;
}

.xAxis path,
.yAxis path {
    display: none;
}

.notification {
    opacity: .3;
    font-family: Arial, Helvetica, sans-serif;
}