#news-item-listing {
  list-style: none;
  padding-left: 0px;
}

#news-item-listing li {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: solid #aaa 1px;
  min-height: 100px;
}

.news-item-placeholder {
  border: 1px dotted black;
  background: #eee;
  height: 100px;
}



