.sunburst-main {
  float: left;
  width: 90%;
}

.sunburst-sidebar {
  display: inline;
  width: 10%;
  float: left;
}

.sunburst-sequence {
  width: 100%;
  height: 70px;
}

.sunburst-legend {
  padding: 10px 0 0 3px;
}

.sunbrust-sequence text, .sunburst-legend text {
  font-weight: 600;
  fill: #fff;
}

.sunburst-chart {
  position: relative;
}

.sunburst-chart path {
  stroke: #fff;
}

.sunburst-explanation {
  position: relative;
  text-align: center;
  color: #666;
  z-index: -1;
  font-size: 2em;
}
