.cluedIn_widget {
  .cluedIn_entity_list {
    margin: -15px;
    > ul {
      margin: 0;
      padding: 0;
      li {
        list-style: none;
        padding: 5px 0;
        border-bottom: 1px solid #d2d2d2;
        line-height: 40px;
      }
    }
  }
}

.cluedIn_row_properties {
  width: 100%;
}

.cluedIn_entity_row {
  border: 1px solid #dee5e7;
  border-top: 0;
  background: white;
  position: relative;
  transition: all 0.2s linear;
  padding: 10px 15px 10px 15px;
  display: flex;
  flex-flow: column;
  .cluedIn_entity_row_sub {
    display: flex;
    a {
      line-height: 42px;
    }
  }
  .cluedIn_entity_row_title {
    line-height: 42px;
    padding: 0 10px 0 10px;
    word-break: break-word;
  }
  .cluedIn_entity_logo {
    width: 42px;
    height: 42px;
    border-radius: 50px;
  }
  .cluedIn_entity_fileExtension {
    height: 38px;
    margin-top: 2px;
  }
  .cluedIn_entityPreview {
    border-radius: 2px;
    height: 88px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    .cluedIn_entityPreview_image {
      background-repeat: no-repeat;;
      background-size: 100%;
      bottom: 0;
      position: absolute;
      top: 0;
      border-radius: 2px;
      width: 100%;
    }
  }
}

.cluedIn_row.cluedIn_row_notCentered.cluedIn_entity_table {
  padding-left: 50px;
}