.highcharts-axis-labels{
  color: white;
}


.highcharts-pie-series .highcharts-point{
  stroke: #fff;
  stroke-width: 0;
}


/*
.highcharts-color-0 {
    fill: #FF9A00;
    stroke: none;
}

.highcharts-color-1 {
    fill: blue;
    stroke: none;
}

.highcharts-color-2 {
    fill: red;
    stroke: none;
}

.highcharts-color-3 {
    fill: blue;
    stroke: none;
}

.highcharts-color-4 {
    fill: red;
    stroke: none;
}

.highcharts-color-5 {
    fill: blue;
    stroke: none;
}

.highcharts-color-6 {
    fill: red;
    stroke: none;
}

.highcharts-color-7 {
    fill: blue;
    stroke: none;
}

.highcharts-color-8 {
    fill: red;
    stroke: none;
}

.highcharts-color-9 {
    fill: blue;
    stroke: none;
}

.highcharts-color-10 {
    fill: #A40C1E;
    stroke: none;
}
*/

.idc-higchchart-pie tspan {
  font-family: Arial;
	font-weight: 700;
	fill: #fff;
  font-size: 14px;
  opacity: 1.0;
  cursor: pointer;
}

.test tspan:hover, highcharts-point:hover {
  opacity: 1.0;
}

.test .highcharts-text-outline {
  stroke: none;
}

.highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 1.25;
  transition: fill-opacity 50ms;
}

.highcharts-halo {
  fill-opacity: 0;
  stroke-width: 0;
}

.highcharts-background{
fill: none;}
