/* ========================================================================
   Datastore Grouping tables

   Used by:
     docs/source-datastore/grouping/api.md
     docs/source-datastore/grouping/how-tos/create-a-group.md
   ======================================================================== */
/* Icon Tables - fixed column widths (global, theme-independent) */
.icon-table table {
  table-layout: fixed;
  width: 100%;
}

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

.icon-table table th:nth-child(2),
.icon-table table td:nth-child(2) {
  width: 15%;
}

.icon-table table th:nth-child(3),
.icon-table table td:nth-child(3) {
  width: 80%;
}
