.thumb-list {
  min-height: 150px;
}

.thumb-list .thumb {
  width: 150px;
  height: 150px;
  background: #eee;
}

.thumb-list .list>li {
  position: relative;
  padding-right: 50px;
}

.thumb-list .list>li>*:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.thumb-list .list>li>*:first-child>* {
  white-space: nowrap;
}

.thumb-list .list>li>*:last-child {
  position: absolute;
  right: 0;
  top: 0;
}

.thumb-list .list>li.sticky a:before {
  font-family: "FontAwesome";
  display: inline-block;
  content: "\f08d";
}

@media only screen and (min-width: 550px) {
.thumb-list {
  padding-left: 170px;
  position: relative;
}
.thumb-list .thumb {
  position: absolute;
  top:0;
  left:0;
}
}

.thumb-list a.active {
  padding-left: 10px;
  border-left: #ccc 2px solid;
}
