ul#trending_items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 11pt;
  line-height: 1.4;
}

ul#trending_items li {
  color: #666666;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 6px;
  overflow: hidden;
  max-height: 62px;
  list-style-type: none;
}

ul#trending_items li:last-child {
  border-bottom: 0px solid #FFFFFF;
}

.trending_item .trending-image {
  height: 60px;
  width: 60px;
  display: block;
  float: left;
  padding-right: 10px;
  background-size: 60px 60px;
  background-position: center;
  background-repeat: no-repeat;
}

.trending-clearfix {
  clear: both;
}
