/* =================== account-documents.css =================== */
/* Scoped styles for account documents matrix. */

.acct-docs-table th,
.acct-docs-table td {
  vertical-align: middle;
}

.acct-docs-table__actions {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .acct-docs-table {
    min-width: 760px;
  }
}
