.list-view {
  margin-top: 15px;

  > table {
    margin: 0;
  }
  width: 100%;
  list-style-type: none;

  tr.underline {
    padding-bottom: 15px;
    td {
      vertical-align: bottom;
    }
  }
  td {
    h2 {
      clear: both;
      margin-top: 15px;
      margin-bottom: 0;
    }

    img {
      vertical-align: middle;
    }
    a {
      word-break: break-all;
    }
  }
  td.user,
  th.user {
    max-width: 100px;
    @include cell-ellipsis;
  }
  td.icon,
  th.icon {
    width: 25px;
    height: 25px;
  }
  td.content,
  th.content {
    @include cell-ellipsis;
  }
  .date {
    text-align: right;
  }
  .ic-share {
    font-size: 12px;
    background-color: $white;
    position: absolute;
    border-radius: 50%;
    bottom: -2px;
    left: -5px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    @include box-shadow3(1px, 1px, 3px);
  }
}

ul.list-view {
  padding-left: 0;
  li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    list-style-type: none;
    > div > .cell.text {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  li.date {
    text-align: right;
  }
}

.illustrated-list {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  li {
    display: block;
    height: 40px;
    width: 100%;
    line-height: 40px;
    list-style-type: none;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  li.selected {
    color: #fff;
    a {
      color: #fff;
    }
  }
  img {
    height: 40px;
    width: 40px !important;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
  }
}

.illustrated-list::after {
  content: " ";
  width: 100%;
  clear: both;
}

.illustrated-links {
  ul {
    padding: 0;
  }
}

.selectable-list {
  @include row;
  padding: 0;
  li {
    list-style-type: none;
    padding: 5px;
    @include run-transition(background);
    margin: 3px;
  }

  li.selected {
    background: #ccc;
    color: #000;
  }
}

ul.toc {
  padding: 0;
  margin: 0;
  li {
    list-style-type: none;
    padding: 3px;
    a {
      font-size: 16px;
    }
  }
}

ul.thought-out-actions {
  padding: 0;
  margin: 0;
  > li {
    @include grid-cell-width(12);
    @include cell;
    margin-bottom: 1px;
    list-style-type: none;
    padding: 8px;
    h2 {
      margin: 0;
      font-size: 20px;
    }
    p {
      margin: 0;
      font-size: 12px;
    }
  }
}
