.opoint-news-scroller {
	color: #000000;
	height: 25px;
	position: relative;
}
.opoint-news-scroller * {
	font-family: 'Lato', Arial, sans-serif;
}
.opoint-news-scroller .article:not(:last-child) {
	padding-right: 40px;
}
.opoint-news-scroller .date {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}
.opoint-news-scroller .source {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}
.opoint-news-scroller .title {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.opoint-news-scroller .title a:link {
	color: #00AC4F;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.opoint-news-scroller .title a:visited {
	color: #00AC4F;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.opoint-news-scroller .title a:hover {
	color: #00AC4F;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
.opoint-news-scroller .marquee {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 22px;
}
.opoint-news-scroller .marquee span {
	white-space: nowrap;
}