/* ========================================================================
   Sort Teams table

   Used by:
     docs/settings/access/teams/how-tos/sort-teams.md
   ======================================================================== */
.sort-teams-table table {
  width: 100%;
}

.sort-teams-table table th,
.sort-teams-table table td {
  vertical-align: top;
}

.sort-teams-table table th:nth-child(1),
.sort-teams-table table td:nth-child(1) {
  white-space: nowrap;
}

.sort-teams-table table th:nth-child(2),
.sort-teams-table table td:nth-child(2) {
  width: 100%;
}
