.image-list li {
  list-style: none;
  float: left;
}

.feed-card .inner {
  box-shadow: 1px 1px 1px #b8b6b6;
}

/**infinite load **/
.result-loader {
  display: none;
}

.result-loader i {
  background: url(../../images/loading-small.gif) no-repeat center right;
  height: 50px;
  width: 50px;
  display: block;
  margin: auto;
}

/**infinite load **/
/*# sourceMappingURL=feed.css.map */