/* ========================================================================
   Delete an Execution consequences table

   Used by:
     docs/flows/flow/how-tos/interactions/delete-an-execution.md
   ======================================================================== */
.delete-an-execution-table table {
  width: 100%;
}

.delete-an-execution-table table th,
.delete-an-execution-table table td {
  vertical-align: top;
}

.delete-an-execution-table table th:nth-child(1),
.delete-an-execution-table table td:nth-child(1) {
  white-space: nowrap;
}

.delete-an-execution-table table th:nth-child(2),
.delete-an-execution-table table td:nth-child(2) {
  width: 100%;
}
