.actual-news {
  font-family: "PT Sans",Helvetica,Arial,sans-serif;
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 1.1;
  font-size: 17px;
  padding: 8px 12px;
  color: #000000;
  height: ;
  overflow: hidden;
}

.icon-play {
  margin-right: 10px;
  background-image: url(../../../../images/sprite.png);
  background-position: 0px 0px;
  width: 24px;
  height: 24px;
}
.actual-news  a {
	margin-right: 10px;
}

.actual-news  a:after {
	position: relative;
	content: '|';
	right: -5px;
}

.actual-news a:last-child:after {
	display: none;
}

.red-bg {
	background: #c33;
}

