
.uc-object-header .quill-table__table td,
.uc-object-header .quill-table__table th {
  border: none;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.uc-object-header .quill-table__table tr:first-child td,
.uc-object-header .quill-table__table tr:first-child th {
  border-top: 1px solid #ccc;
}
</style>