
menu[role=menu]#pivotTableContextMenu {

  > li {

    > label[for=pivotTableContextMenuItemCopyCell]:before {
      /* clipboard-copy */
      content: '\f299';
    }

    > label[for=pivotTableContextMenuItemCopyColumn]:before {
      /* clipboard-copy */
      content: '\f299';
    }

    > label[for=pivotTableContextMenuItemCopyColumnTuples]:before {
      /* clipboard-copy */
      content: '\f299';
    }

    > label[for=pivotTableContextMenuItemCopyRow]:before {
      /* clipboard-copy */
      content: '\f299';
    }

    > label[for=pivotTableContextMenuItemCopyRowTuples]:before {
      /* clipboard-copy */
      content: '\f299';
    }

    > label[for=pivotTableContextMenuItemCopyTable]:before {
      /* clipboard-copy */
      content: '\f299';
    }
  }

  > li:has(> label[for=pivotTableContextMenuItemCopyCell]) {
    border-bottom-style: solid;
  }

  > li:has(> label[for=pivotTableContextMenuItemCopyColumnTuples]) {
    border-bottom-style: solid;
  }

  > li:has(> label[for=pivotTableContextMenuItemCopyRowTuples]) {
    border-bottom-style: solid;
  }

}

