/*Name: Thirza Dado */
/*Student number: 10492682*/
/*This style program adds style features to my interactive parallel coordinates*/

#graph {
    font: 10px sans-serif;
    display: block;
    margin: auto;
}

.background path {
    fill: none;
    stroke: #f0f2f4;
    shape-rendering: crispEdges;
}

.foreground path {
    fill: none;
    stroke: #b6bfc8;
}

.brush .extent {
    fill-opacity: .3;
    stroke: grey;
    shape-rendering: crispEdges;
}

.axis line,
.axis path {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.axis text {
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
    cursor: move;
}

div.tooltipi {
    line-height: 1;
    font: 12px sans-serif;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px;
}