* {
  margin: 0;
  padding: 0;
}

body {
  background: #000;
  font-size: 14px;
  color: #fff;
}

.feeds .feed {
  position: relative;
  border-bottom: 1px solid #555;
  overflow: hidden;
}
.feeds .feed a {
  display: block;
  padding: 10px 10px 20px;
  line-height: 1.3;
  color: #ddd;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
}

._date {
  display: inline-block;
  position: absolute;
  left: 10px;
  bottom: 0;
  font-size: 10px;
  color: #888;
}

._source {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 10px;
  color: #888;
}