.a-D3PieChart {
  display: block;
  margin: 0 auto; }
  .a-D3PieChart-container {
    position: relative; }
    .a-D3PieChart-container .u-Processing {
      position: absolute;
      top: calc(50% - 16px);
      left: calc(50% - 16px); }
  .a-D3PieChart-background {
    fill: #f0f0f0;
    opacity: 0; }
  .a-D3PieChart-pieceGroup.a-D3PieChart-pieceGroup--with-link {
    cursor: pointer; }
    .a-D3PieChart-pieceGroup.a-D3PieChart-pieceGroup--with-link .a-D3PieChart-piece, .a-D3PieChart-pieceGroup.a-D3PieChart-pieceGroup--with-link .a-D3PieChart-percentage {
      cursor: pointer; }
  .a-D3PieChart-percentage {
    text-anchor: middle; }
    .a-D3PieChart-percentage.a-D3PieChart-percentage--hidden {
      visibility: hidden; }
  .a-D3PieChart-tooltip, .a-D3PieChart-label {
    position: absolute;
    margin: 0px;
    z-index: 99; }
  .a-D3PieChart-tooltip {
    z-index: 100; }
  .a-D3PieChart-noDataFound {
    width: 100%;
    height: 100%;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
    color: #696969;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .a-D3PieChart-noDataFound-container {
      margin: 0px auto;
      position: relative;
      border-radius: 100%;
      border: 1px solid #bababa;
      background-color: #f0f0f0; }