.dualContent,
.container {
	display: flex;
}

.leftVersion,
.rightVersion,
.English,
.German {
	flex: 1 1 0px;
}

.leftVersion,
.English {
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	padding-right: 2em;
}

.rightVersion,
.German {
	display: block;
	position: relative;
}

#original {
	display: block;
}

#autoTranslation {
	/* Will be set to display: flex by javascript */
	flex-direction: column;
	justify-content: space-between;
	height: 100%
} 

#btnAutoTranslate {
	display: block;
	float: right;
	margin-top: 3px;
}

.paragraphMarker {
	font-weight: bold;
	font-size: small;
	display: inline;
	color: teal;
}

.content {
	padding-right: 0;
	margin-right: 0;
}

aside {
	display: none;
}

@media (min-width:84em) {
	.content {
		padding-left: 0;
		margin-left: 0;
	}
}

.close {
    position: absolute;
	z-index: 3;
	right: 0;
	color: grey;
	font-size: 1.25em;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
}

.close:hover {
	color: black;
}

details {
	 position: absolute;
	 border: 1px solid;
	 border-radius: 0.25em;
	 padding: 2px 5px;
	 z-index: 10;
	 background-color: whitesmoke;"
}

ol {
}