#rmbw-sunburst-chart{
    height: 800px;
}
#rmbw-sunburst{
    margin-top: 20px;
}
.text_M, .text_I, .text_T {
	font-family: "Akko W01 Regular";
    font-weight: normal;
}

.text_M {
    display: none;
  }

.text_C {
	font-family: "Soho W01 Medium";
    font-weight: normal;
}

select {
    width: 100%;
}
.highcharts-color-0{
    fill: #FFFFFF;
    stroke-width: 1;
}
.highcharts-point-hover{
    opacity: 0.7;
}
.color_grijs, .color_grey {
    fill: #c9c9c9;
}
.color_rood, .color_red {
    fill : #e6382c;
}
.color_groen, .color_green {
    fill: #79b729;
}
.color_wit, .color_white {
    fill: #ffffff;
    stroke: #c9c9c9 !important;
}
.highcharts-data-label {
    fill: #333 !important;
}

.scheidingSunburst {
    display:none;
}
.mut, .center_point {  
    cursor: default;
}
.text_M {
    cursor: default;
    font-size: 11px;
}
.text_I {
    font-size: 12px;
}
.text_T { 
    font-size: 13px;
}
.text_C {
    font-size: 22px;
    cursor: default;
}

