.handle {
    fill: white;
    stroke: white;
}

.axis {
    fill: white;
    shape-rendering: crispEdges;
}

.axis path, .axis line {
    fill: none;
    stroke: white;
}

body {
    margin: auto;
    position: relative;
}

label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    display: block;
}

form {
    position: absolute;
    left: 10px;
    top: 70px;
}

svg {
    position: absolute;
    top: 0;
    left: 0;
}


