ul.cluedIn_list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #dee5e7;
  border-radius: 2px;
  li.cluedIn_list_item {
    border-bottom: 1px solid #dee5e7;
    position: relative;
    padding: 15px 5px;
    position: relative;
    &:last-child {
      border: 0;
    }
    &:hover {
      background-color: #EEEEEE;
    }
    &:before {
      content: " ";
      display: table;
      clear: both;
    }
    &:after {
      content: " ";
      display: table;
      clear: both;
    }
    .cluedIn_list_image {
      width: 80px;
      position: absolute;
      text-align: center;
      margin-right: 15px;
      img {
        width: 48px;
        border-radius: 4px;
        margin-top: 5px;
      }
    }
  }
}

.cluedIn_overlayPanel {
  ul.cluedIn_list {
    li.cluedIn_list_item {
      padding: 5px;
      line-height: 50px;
      h4 {
        margin: 0 0 0 50px;
      }
      .cluedIn_list_image {
        width: 50px;
        img {
          height: 40px;
          width: auto;
          border-radius: 4px;
          margin-top: 5px;
        }
      }
    }
  }
}