.article-view .dc-headline {
	margin-top: 7px;
	font-size: 30px;
	font-weight: bold;
}

.article-view .dc-subtitle {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

.article-view .dc-page {
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
	/*width: 98%;
	<c:if test="${not empty videos}">
		min-width: 475px;
	</c:if>*/
}

.article-view .dc-pagebreak {
	clear: both;
}

.article-view .dc-text-paragraph {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 1.1em;
	width: 100%;
	/*min-width: 475px;*/
}

.article-view .dc-image {
	border: none;
	margin: auto;
	display: block;
}

.article-view .dc-image-wrapper {
}

.article-view .dc-column {
}

.article-view .dc-kw-match {
	opacity:0.9;
	overflow: visible;
}

.article-view .dc-kw-highlight {
	display:none;
}

.article-view em {
	font-weight: bold;
}

.article-view .dc-player-wrapper {
	text-align: center;
}

.article-view .dc-player {
	margin: 0 auto;
	/*width: 475px;*/
}

.page {
	padding-bottom: 2px;
	position: relative;
	overflow: auto;
}

.mark {
	background-color:yellow;
	position: absolute;
	opacity:0.4;
	overflow: visible;
}

.pageImage {
	overflow: visible;
	border:none;
}

#imageContainer {
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transform: translateZ(0);
    touch-action: none;
}


#wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transform: translateZ(0);
    touch-action: none;
}
