#news-feed {
  padding: 0;
  margin: 0 0 0 10px;
  position: relative;
  min-height: 300px;

}

.baseline {
  position: relative;
}

.headline {

  margin-bottom: 1em;

}
/* MOD BY SZD 20100.03.22
  .summary {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
  height: 3.80em;
  overflow: hidden;
}
*/
.summary {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
  height: 4.5em;
  overflow: hidden;
}
/* END MOD */

#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: 1200px;
  height: 2px;
  background-color: #fff;
  z-index: 3;
}



a img {
  border: 0;
}

.author {
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}
.book {
  font-style: italic;
}


