article.list > form {
  background: white; }
  article.list > form > table {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    overflow: hidden;
    white-space: nowrap; }
    article.list > form > table tr {
      height: 33px; }
      article.list > form > table tr > td, article.list > form > table tr > th {
        box-shadow: inset 0 -1px #d8d8d8;
        vertical-align: middle; }
        article.list > form > table tr > td:first-child:hover, article.list > form > table tr > th:first-child:hover {
          background: #d2f1f9; }
        article.list > form > table tr > td.insert-right, article.list > form > table tr > th.insert-right {
          box-shadow: inset -1px 0 0 0 black, inset 0 -1px #d8d8d8; }
      article.list > form > table tr > td {
        box-sizing: border-box; }

article.list > form {
  position: relative; }
  article.list > form > .general.actions {
    grid-area: header;
    position: absolute;
    top: 34px; }
