body{
	font-family: calibri;
	
}
.node rect {
            cursor: move;
            fill-opacity: .4;
            shape-rendering: crispEdges;
        }

        .node text {
            pointer-events: none;
            text-shadow: 0 1px 0 #fff;
        }

        .link {
            fill: none;
            stroke: #000;
            stroke-opacity: .02;
        }

            .link:hover {
                /* stroke-opacity: .25;*/
            }

        svg {
            position: absolute;
        }

        canvas {
            position: absolute;
        }

        .g-intro-labels {
            margin-bottom: 10px;
        }

        .g-sankey-intro.sankey-end {
            width: 160px;
            float: right;
            vertical-align: bottom;
            text-align: right;
        }

        .sankey-start {
            z-index: 1000;
        }