:host {
  font-family: HelveticaNeue-Thin, HelveticaNeue, Helvetica;
  height: 100px;
  display: block;
  position: relative;
  margin-bottom: 10px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
:host:hover {
  background-color: #eee;
}
:host a {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
:host > .article {
  position: absolute;
  height: auto;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
:host iron-image {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  width: 90px;
}
:host .title {
  right: 10px;
  height: auto;
  width: auto;
  position: absolute;
  top: 5px;
  left: 100px;
  z-index: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
:host .date {
  position: absolute;
  top: 75px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  left: 100px;
  color: #aaa;
}
:host .source {
  position: absolute;
  top: 55px;
  height: 20px;
  right: 0px;
  line-height: 20px;
  font-size: 12px;
  left: 100px;
  color: #aaa;
}
