/* WBS group rows */
    .map-tbl tr.map-wbs-row td {
      height: 36px;
      padding: 0 14px;
      font-size: 11.5px;
      font-weight: 800;
      color: #e2f0ff;
      border-top: 1px solid rgba(96, 165, 250, .12);
      border-bottom: 1px solid rgba(96, 165, 250, .08);
    }

    .map-tbl tr.map-wbs-row td .wbs-accent {
      display: inline-block;
      width: 3px;
      height: 16px;
      border-radius: 2px;
      margin-right: 10px;
      vertical-align: middle;
    }
