

div#c3_chart_fig_X_sankey {
	display: block;
	position: relative;
	width: 175%;
	height: auto;
    margin-left: -37.5%;
	padding: 0px;
}

div#c3_chart_fig_X_sankey > div {
	display: block;
	position: relative;
	overflow: hidden;
}


div#c3_chart_fig_X_sankey h3 {
	display: block;
	position: relative;
	font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-weight: 200;
	font-size: 30px;
	margin-bottom: 20px;
}

div#c3_chart_fig_X_sankey p {
	display: block;
	position: relative;
	font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-weight: 200;
	font-size: 20px;
    line-height: 26px;
    max-width: 600px;
	margin-bottom: 20px;
}

div#c3_chart_fig_X_sankey small {
	display: block;
	position: relative;
	font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-weight: 200;
	font-size: 12px;
	line-height: 16px;
	margin-top: 15px;
}

div#c3_chart_fig_X_sankey svg {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

div#c3_chart_fig_X_sankey svg path {
	fill: none;
	stroke: black;
	stroke-width: 20px;
	opacity: 0.6;
	stroke-dasharray: 0 1000;
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container {
	display: inline-block;
	position: relative;
	width: 40%;
	height: auto;
	vertical-align: top;
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container ul li {
	text-align: right;
	margin: 0px;
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_svg_container {
	display: inline-block;
	position: relative;
	top: 0px;
	width: 40%;
	height: auto;
	vertical-align:top;
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_dashboard_container {
	display: block;
	position: absolute;
	top: 0px;
	left: 80%;
	width: 20%;
	height: 100%;
	vertical-align: top;
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_dashboard_container > ul {
	display: block;
	position: absolute;
	height: 260px;
	width: 100%;
	top: 50%;
	margin-top: -130px;
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_dashboard_container > ul > li {
	display: block;
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0px;
	margin-bottom: 20px;
    background-color: var(--c3_mediumgrey);
    border-left: 30px solid white;
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_dashboard_container > ul > li > a {
	display: block;
    position: relative;
    line-height: 50px;
    color: var(--c3_white);
    width: 100%;
    height: 50px;
    margin: 0px;
	padding-left: 20px;
	border-right: none;
	transition: background-color 0.25s linear;
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_dashboard_container > ul > li > a:hover, 
div#c3_chart_fig_X_sankey div#c3_div_fig_X_dashboard_container > ul > li > a:focus,
div#c3_chart_fig_X_sankey div#c3_div_fig_X_dashboard_container > ul > li > a.selected {
	text-decoration: none;
	background-color: var(--c3_darkgrey);
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_dashboard_container > ul > li::before {
	content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -30px;
    background-color: var(--c3_grey);
    width: 15px;
    height: 100%;
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
	height: auto;
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li.c3_li_finishedinitialresize {
	transition: height 0.5s ease;
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong {
	display: block;
    overflow: hidden;
    position: absolute;
    width: 40%;
    height: calc(100% - 1px);
    top: 0;
    left: 0;
    background-color: var(--c3_lightgrey);
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong > a > span.c3_span_more_risks {
	display: block;
    overflow: hidden;
    position: absolute;
	font-weight: 200;
    width: calc(100% - 85px);
    height: 24px;
    bottom: 0;
    left: 0;
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong > a {
	display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: calc(100%);
    top: 0;
    left: 0;
	padding-right: 85px;
	padding-top: 5px;
	transition: background-color 0.25s linear;
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong > a:hover,
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong > a:focus {
	text-decoration: none;
	background-color: rgba(var(--c3_greyRGB),0.3);
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong > a.selected {
	text-decoration: none;
	background-color: rgba(var(--c3_greyRGB),0.1);
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong > a.selected:hover {
	text-decoration: none;
	background-color: rgba(var(--c3_greyRGB),0.3);
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong > a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 75px;
	height: 100%;
	background-color: var(--c3_red);
}


div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong > a::after { background-position: center center; background-size: 60% auto; background-repeat: no-repeat; }

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(1) > strong > a::after { background-color: var(--c3_darkred2); background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/icons/Workforce_Strategy.svg");}
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(2) > strong > a::after { background-color: var(--c3_red); background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/icons/Employment_Tax%20.svg");}
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(3) > strong > a::after { background-color: var(--c3_orange); background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/icons/Crisis_Resilience.svg");}
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(4) > strong > a::after { background-color: var(--c3_lightorange1); background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/icons/Leadership.svg");}
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(5) > strong > a::after { background-color: var(--c3_tangerine); background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/icons/ESG.svg");}
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(6) > strong > a::after { background-color: var(--c3_yellow); background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/icons/Cyber.svg");}
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(7) > strong > a::after { background-color: var(--c3_lightgreen2); background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/icons/index.html");}
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(8) > strong > a::after { background-color: var(--c3_green); background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/icons/Organisational_design.svg");}
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(9) > strong > a::after { background-color: var(--c3_blue); background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/icons/Employment_Tax%20.svg");}
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(10) > strong > a::after { background-color: var(--c3_darkblue1); background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/icons/HR_Tech_Transformation.svg");}
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(11) > strong > a::after { background-color: var(--c3_darkblue2); background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/icons/Workforce_Strategy.svg");}
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(12) > strong > a::after { background-color: var(--c3_darkpurple2); background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/icons/Wellbeing.svg");}
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(13) > strong > a::after { background-color: var(--c3_darkpurple1); background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/icons/Crisis_Resilience.svg");}
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(14) > strong > a::after { background-color: var(--c3_purple); background-image: url("../../../../../content/dam/pwc/gx/en/services/people-organisation/workforce-risk/icons/Leadership.svg");}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > ul {
	display: block;
    overflow: hidden;
    position: relative;
    width: 60%;
    left: 40%;
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > ul > li {
	margin-bottom: 1px;
	background-color: var(--c3_lightgrey);
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(1) > ul > li { background-color: rgba(var(--c3_darkred2RGB),0.1) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(2) > ul > li { background-color: rgba(var(--c3_redRGB),0.1) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(3) > ul > li { background-color: rgba(var(--c3_orangeRGB),0.1) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(4) > ul > li { background-color: rgba(var(--c3_lightorange1RGB),0.1) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(5) > ul > li { background-color: rgba(var(--c3_tangerineRGB),0.1) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(6) > ul > li { background-color: rgba(var(--c3_yellowRGB),0.1) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(7) > ul > li { background-color: rgba(var(--c3_lightgreen2RGB),0.1) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(8) > ul > li { background-color: rgba(var(--c3_greenRGB),0.1) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(9) > ul > li { background-color: rgba(var(--c3_blueRGB),0.1) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(10) > ul > li { background-color: rgba(var(--c3_darkblue1RGB),0.1) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(11) > ul > li { background-color: rgba(var(--c3_darkblue2RGB),0.1) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(12) > ul > li { background-color: rgba(var(--c3_darkpurple2RGB),0.1) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(13) > ul > li { background-color: rgba(var(--c3_darkpurple1RGB),0.1) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(14) > ul > li { background-color: rgba(var(--c3_purpleRGB),0.1) !important; }

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > ul > li > a {
	display: block;
    position: relative;
    margin-bottom: 1px;
    border-right: 24px solid var(--c3_rose);
    width: 100%;
    line-height: 18px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    transition: background-color 0.25s linear;
}

div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > ul > li > a:hover, 
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > ul > li > a:focus,
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > ul > li > a.selected{
	text-decoration: none;
	background-color: rgba(var(--c3_greyRGB),0.2);
}


div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(1) > ul > li > a { border-right-color: var(--c3_darkred2) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(2) > ul > li > a { border-right-color: var(--c3_red) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(3) > ul > li > a { border-right-color: var(--c3_orange) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(4) > ul > li > a { border-right-color: var(--c3_lightorange1) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(5) > ul > li > a { border-right-color: var(--c3_tangerine) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(6) > ul > li > a { border-right-color: var(--c3_yellow) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(7) > ul > li > a { border-right-color: var(--c3_lightgreen2) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(8) > ul > li > a { border-right-color: var(--c3_green) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(9) > ul > li > a { border-right-color: var(--c3_blue) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(10) > ul > li > a { border-right-color: var(--c3_darkblue1) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(11) > ul > li > a { border-right-color: var(--c3_darkblue2) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(12) > ul > li > a { border-right-color: var(--c3_darkpurple2) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(13) > ul > li > a { border-right-color: var(--c3_darkpurple1) !important; }
div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(14) > ul > li > a { border-right-color: var(--c3_purple) !important; }

div#c3_chart_fig_X_sankey svg path.c3_fig_X_sub_risk_group_0 { stroke: var(--c3_darkred2) !important; }
div#c3_chart_fig_X_sankey svg path.c3_fig_X_sub_risk_group_1 { stroke: var(--c3_red) !important; }
div#c3_chart_fig_X_sankey svg path.c3_fig_X_sub_risk_group_2 { stroke: var(--c3_orange) !important; }
div#c3_chart_fig_X_sankey svg path.c3_fig_X_sub_risk_group_3 { stroke: var(--c3_lightorange1) !important; }
div#c3_chart_fig_X_sankey svg path.c3_fig_X_sub_risk_group_4 { stroke: var(--c3_tangerine) !important; }
div#c3_chart_fig_X_sankey svg path.c3_fig_X_sub_risk_group_5 { stroke: var(--c3_yellow) !important; }
div#c3_chart_fig_X_sankey svg path.c3_fig_X_sub_risk_group_6 { stroke: var(--c3_lightgreen2) !important; }
div#c3_chart_fig_X_sankey svg path.c3_fig_X_sub_risk_group_7 { stroke: var(--c3_green) !important; }
div#c3_chart_fig_X_sankey svg path.c3_fig_X_sub_risk_group_8 { stroke: var(--c3_blue) !important; }
div#c3_chart_fig_X_sankey svg path.c3_fig_X_sub_risk_group_9 { stroke: var(--c3_darkblue1) !important; }
div#c3_chart_fig_X_sankey svg path.c3_fig_X_sub_risk_group_10 { stroke: var(--c3_darkblue2) !important; }
div#c3_chart_fig_X_sankey svg path.c3_fig_X_sub_risk_group_11 { stroke: var(--c3_darkpurple2) !important; }
div#c3_chart_fig_X_sankey svg path.c3_fig_X_sub_risk_group_12 { stroke: var(--c3_darkpurple1) !important; }
div#c3_chart_fig_X_sankey svg path.c3_fig_X_sub_risk_group_13 { stroke: var(--c3_purple) !important; }

/* ----------- MOBILE STYLES ---------------- */

@media only screen and (max-width: 1600px) {
	
	div#c3_chart_fig_X_sankey {
		display: block;
		position: relative;
		width: 150%;
		height: auto;
		margin-left: -25%;
		padding: 0px;
	}
	
}

@media only screen and (max-width: 1600px) {
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_dashboard_container > ul > li {
		border-left: 10px solid white;
	}
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_dashboard_container > ul > li::before {
		width: 10px;
		left: -10px;
	}
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_dashboard_container > ul > li > a {
		padding-top: 5px;
		padding-left: 7.5px;
		padding-right: 5px;
		line-height: 20px;
		font-size: 14px;
		height: 50px
	}
	
}

@media only screen and (max-width: 1400px) {
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong > a::after {
		display: none;
	}
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong { 
		background-image: none !important;
		text-align: left;
		color: var(--c3_white);
	}
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(1) > strong { background-color: var(--c3_darkred2); }
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(2) > strong { background-color: var(--c3_red); }
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(3) > strong { background-color: var(--c3_orange); }
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(4) > strong { background-color: var(--c3_lightorange1); color: var(--c3_black); }
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(5) > strong { background-color: var(--c3_tangerine); color: var(--c3_black); }
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(6) > strong { background-color: var(--c3_yellow); color: var(--c3_black); }
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(7) > strong { background-color: var(--c3_lightorange1); }
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(8) > strong { background-color: var(--c3_darkorange2); }
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(9) > strong { background-color: var(--c3_darktangerine1); }
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(10) > strong { background-color: var(--c3_darkrose1); }
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(11) > strong { background-color: var(--c3_lightpurple1); }
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(12) > strong { background-color: var(--c3_darkpurple2); }
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(13) > strong { background-color: var(--c3_lightblue1); color: var(--c3_black); }
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li:nth-of-type(14) > strong { background-color: var(--c3_darkblue2); }
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong > a {
		padding: 7.5px;
	}
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong > a:hover, div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong > a:focus {
		background-color: rgba(var(--c3_blackRGB),0.5);
		color: var(--c3_white);
	}
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong > a > span.c3_span_more_risks {
		width: 100%;
		padding-left: 7.5px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	div#c3_chart_fig_X_sankey {
		width: 100%;
		margin-left: 0%;
	}
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container {
		width: 33.333%;
	}
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_svg_container {
    	width: 33.333%;
	}
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_dashboard_container {
		width: 33.333%;
		left: 66.666%;
	}
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li {
		height: auto !important;
	}
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong > a > span.c3_span_more_risks {
		display: none;
	}
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > strong {
		width: 100%;	
	}
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > ul {
		height: 60px;
		width: 0%;
	}
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_list_container > ul > li > ul > li {
		height: 60px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	/*
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_dashboard_container > ul > li {
		height: 0px;
		padding-top: 100%;
		border: 0px solid white;
		border-bottom: 20px solid white;
	}
	
	div#c3_chart_fig_X_sankey div#c3_div_fig_X_dashboard_container > ul > li::before {
		display: none;
	}

	div#c3_chart_fig_X_sankey div#c3_div_fig_X_dashboard_container > ul > li > a {
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
		font-size: 14px;
		line-height: 18px;
		padding: 7.5px;
    	padding-left: 7.5px;
	}
	
	*/
	
	div#c3_chart_fig_X_sankey svg path {
		opacity: 0.4;
	}

}




