/* D3 Styles */
path { 
    stroke: white;
    stroke-width: 1;
}
path.line { 
    stroke-width: 1;
    fill: none;
}
path.fillline { 
    stroke-width: 1;
    opacity: 0.2;
}

path.line2 { 
    stroke: red;
    stroke-width: 1;
    fill: none;
}
path.line4 { 
    stroke: blue;
    stroke-width: 1;
    fill: none;
}
path.line4 { 
    stroke: green;
    stroke-width: 1;
    fill: none;
}

.axis path,
.axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;
}
.legend {
    font-size: 10px;
    font-weight: bold;
    text-anchor: middle;
    cursor: pointer;
}

.impact h5 {
	margin: .15em 0 0 0;
	border-bottom: 1px dotted #DDD;
}

.pie-label {
	font-size: 10px;
	font-weight: bold;
	display: none;
}
.pie-arc {
	cursor: pointer;
}