/* Small overrides on top of Bootstrap - lets a <form> wrap several <td>s in
   the same <tr> (used for the per-row "save"/"delete" account forms) without
   breaking the table's visual layout. */
.d-contents {
    display: contents;
}
