:host > .content {
  padding: 5px;
  background-color: #eee;
}
:host([infinite-scroll]) {
  overflow: scroll;
}
:host .article {
  height: 100px;
  position: relative;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 0px;
}
:host .article #ripple {
  height: 100px;
}
:host .article .image {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background-size: cover;
  background-position: center;
}
:host .article paper-shadow {
  height: 100px;
}
:host core-list {
  width: 100%;
  height: 100%;
}
