.d2b-plane {
  text {
    font-size: 10pt;
  }

  .d2b-y-axis,
  .d2b-y2-axis {
    .d2b-axis-label {
      transform: rotate(-90deg);
    }
    .tick line {
      stroke-width: 0.6px;
    }
  }

  .d2b-grid {
    .tick line {
      shape-rendering: crispEdges;
      stroke-width: 0.5px;
      stroke-opacity: 0.15;
    }
    .tick text {
      display: none;
    }

  }
  .d2b-axis-label {
    fill: #000;
    font-weight: bold;
  }
  path.domain {
    stroke-width: 0.4px;
    stroke-opacity: 0.4;
  }
}
