.atl-list-item {
  position: relative;
  padding: 39px 19px 14px;
  background-color:white;

}
.atl-list-item-date {
	position:absolute;
	top:7px;
	right:13px;
	font-size:0.95em;
	color:#06C;
	font-weight:bold;
}
.atl-list-item:after {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}
.atl-list-item-mmn:after {
	content: "Mind Matters News";
	background: url('/images/sandy_small_20x20.jpg') no-repeat #f5f5f5;
	background-position:0px 0px;
	padding-left:28px;
}
.atl-list-item-general:after {
	content: "General";
	background: url('/images/sandy_small_20x20.jpg') no-repeat #f5f5f5;
	background-position:0px 0px;
	padding-left:28px;
}
.atl-list-item-mivac:after {
	content: "MiVAC";
	background: url('/images/mivac-38x20.jpg') no-repeat #f5f5f5;
	background-position:0px 0px;
	padding-left:48px;
}
.atl-list-item-event:after {
	content: "Event";
	background: url('/images/calendar-small-21x20.jpg') no-repeat #f5f5f5;
	background-position:0px 0px;
	padding-left:28px;
}
.atl-list-item-blog:after {
	content: "Blog";
	background: url('/images/blog-20x20.jpg') no-repeat #f5f5f5;
	background-position:0px 0px;
	padding-left:28px;
}
.atl-list-item-videos:after {
	content: "Video";
	background: url('/images/video-play-19x20.jpg') no-repeat #f5f5f5;
	background-position:0px 0px;
	padding-left:28px;
}

div#news-and-updates { overflow:auto; }