.parcoords button{
    color: #444 !important;
}

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

.graph-canvas{
    /*height: 100%;*/
    width: 100%;
}

.parcoords > svg, .parcoords > canvas {
    position: absolute;
    font: 14px sans-serif;
}

.parcoords > canvas {
    pointer-events: none;
}

.parcoords rect.background {
    fill: transparent;
}

.parcoords rect.background:hover {
    fill: rgba(120,120,120,0.2);
}

.parcoords .resize rect {
    fill: rgba(0,0,0,0.1);
}

.parcoords rect.extent {
    fill: rgba(255,255,255,0.25);
    stroke: rgba(0,0,0,0.6);
}

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

.parcoords canvas {
    opacity: 1;
}

.parcoords canvas.faded {
    opacity: 0.25;
}

.parcoords {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.tableShown {
    bottom: 0;
}

.tableHidden {
    bottom: -322px;
}

.parcoords .table {
    margin-top: 0;
    margin-bottom: 0;
}

.parcoords .tooltip-inner {
    white-space:pre;
    max-width: none;
}

.parcoordsTooltip .tooltip-inner {
    white-space:pre;
    max-width: none;
}

.parcoordsDrillDown.sm-btn{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.parcoordsResetPerspective.sm-btn{
    margin-left: -5px;
    padding-left: 6px;
    padding-right: 7px;
    border-radius: 0;
}

.parcoordsBackState.sm-btn{
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 6px;
    padding-right: 7px;
    border-radius: 0;
}

.parcoordsForwardState.sm-btn{
    margin-left: 0px;
    padding-left: 7px;
    padding-right: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

