@charset "UTF-8";
.teaser {
	padding: 5px 10px;
/* 	background-color: #eee; */
	max-width: 361px;
	position: relative;
	display: block;
	width: 45%;
/* 	width: 80%; */
	float: left;
	margin-bottom: 30px;
	margin-right: 0px !important;
}

.teaser .teaser-header h3 {
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
	margin-bottom: 3px;
}

a.teaser:hover .teaser-header h3 {
	text-decoration: underline;
}

.teaser .teaser-content {
	font-size: 14px;
	line-height: 20px;
/* 	color: #333; */
	height: 40px;
	overflow: hidden;
}

.teaser .teaser-content p {
	margin-bottom: 0;
	line-height: 20px;
	font-size: 14px;
}

.teaser .teaser-footer {
	font-size: 13px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #333;
	font-style: italic;
	padding-top: 14px;
	margin-bottom: 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.teaser:hover {
	text-decoration: none;
}

.content-footer .teaser {
	height: 70px;
	float: left;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
}

.content-footer .teaser .teaser-footer {
	display: none;
}

@media (max-width: 768px) { /* Tablet */
	body .teaser {
		margin: 0 auto;
		width: 300px;
		margin-bottom: 30px;
	}
}
.teaser-oepnv:after {
	content: '.';
	text-indent: -999em;
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(oepnv-INfyV9qjwKgjUO13BLLkG62blyRPnIe8yplFF8BFoBQ.png);
	background-position: center center;
}

.teaser-oepnv table {
	border-collapse: collapse;
	width: auto;
	border: 0;
	margin-bottom: 0;
}

.teaser-oepnv table td {
	padding: 0 2px;
	border: 0;
	line-height: 20px;
}

.teaser-oepnv table td:first-child {
	padding-left: 0;
}

.teaser-oepnv .oepnv-line {
	display: inline-block;
	padding: 0 3px;
	font-style: normal;
	font-weight: bold;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.teaser-feed .teaser-content {
	overflow: visible;
}



