.invoice-postal .el-table--border,
.invoice-postal .el-table--group {
  border: none;
}
.invoice-postal .el-table__header-wrapper th:nth-last-of-type(2) {
  border-right: none;
}
.invoice-postal .el-table--border td:nth-last-of-type(1) {
  border-right: none;
}
.invoice-postal .el-table::before,
.invoice-postal .el-table--border::after,
.invoice-postal .el-table--group::after {
  background-color: rgba(0, 0, 0, 0);
}
