/* ========================================================================
   Integrations tables

   Used by:
     docs/settings/integrations/data-catalogs/display-names-and-descriptions.md
   ======================================================================== */
/* Catalog Support Table - widths tuned for No / Catalog / Display Name / Description */
.catalog-support-table table {
  table-layout: fixed;
  width: 100%;
}

.catalog-support-table table th:nth-child(1),
.catalog-support-table table td:nth-child(1) {
  width: 5%;
}

.catalog-support-table table th:nth-child(2),
.catalog-support-table table td:nth-child(2) {
  width: 35%;
}

.catalog-support-table table th:nth-child(3),
.catalog-support-table table td:nth-child(3) {
  width: 30%;
}

.catalog-support-table table th:nth-child(4),
.catalog-support-table table td:nth-child(4) {
  width: 30%;
}
