#news-feed {
  padding: 0;
  margin: 0 0 0 0; /*10px;*/
  position: relative;
  height: 150px;
  width: 80%;
  overflow: hidden;
}

.headline {
  position: absolute;
  height: 150px;
  top: 210px;
  overflow: hidden;
}
#news-feed h4 {
  margin-top: .5em;
  margin-bottom: .25em;
  font-size: 1em;
}
#news-feed h4 a {
  color: #006;
}
#news-feed .publication-date {
  margin-bottom: 1em;
  font-style: italic;
}
.news-wait {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -10px;
  z-index: 4;
}

.fade-slice {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #efd;
  z-index: 3;
}

