#site_facilities_table table tbody tr, #process_categories_table table tbody tr { counter-increment: rowNumber; }
#site_facilities_table table tbody tr td select, #process_categories_table table tbody tr td select, #site_facilities_table table tbody tr td input, #process_categories_table table tbody tr td input { margin: 25px 0 5px; }
#site_facilities_table table tbody tr td:first-child select, #process_categories_table table tbody tr td:first-child select, #site_facilities_table table tbody tr td:first-child input, #process_categories_table table tbody tr td:first-child input { margin: 5px 0; }
#site_facilities_table table tbody tr td:first-child::before, #process_categories_table table tbody tr td:first-child::before {
  content: "Site " counter(rowNumber);
  font-size: 14px;
  font-weight: bold;
}
#process_categories_table table tbody tr { counter-increment: rowNumber; }
#process_categories_table table tbody tr td { padding: 10px 0 10px 10px; }