.container {
	max-width: 600px;
	margin-top: 30px;
}

body {
	font-family: sans-serif;
}

.header {
	text-align: center;
	margin-bottom: 60px;
}

span.sGb {
	font-weight: bold;
}

span.sGb.highlight {
	font-weight: normal;
	display: inline-block;
	border: 1px solid green;
	padding: 0 2px;
	border-bottom: 3px solid green;
	border-radius: 2px;
	background-color: lightgreen;
}

span.nQh.highlight {
	display: inline-block;
	border: 1px solid LightBlue;
	padding: 0 2px;
	border-bottom: 3px solid LightBlue;
	border-radius: 2px;
	background-color: Azure;
}

span.aMn.highlight {
	display: inline-block;
	border: 1px solid orange;
	padding: 0 2px;
	border-bottom: 3px solid orange;
	border-radius: 2px;
	background-color: yellow;
}

span.opt {
	background-color: orange;
	/* display: none; */
}

span.notice {
	background-color: lightgreen;
	/* display: none; */
}

span.test-marker-3 {
	background-color: #FBCFCF;
}

span.found,
span.marked {
	background-color: PaleGoldenrod;
}

#bar {
	font-size: 75%;
	line-height: 25px;
	background-color: #f1f1f1;
	padding: 0 15px;
}

.nunl {
	margin-bottom: 100px;
}

article footer {
	position: relative;
}

.ref {
	/* border: 1px solid pink; */
	margin-right: 35px;
}

.play {
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	cursor: pointer;

	background: transparent url(../assets/images/play_button_double.png?r=180622) 0 0 no-repeat;
	/* border: 1px solid pink; */
	background-size: 85px 35px;
}

	.play.playing {
		background-position: -50px 0;
	}


.copy {
	float: right;
	color: #999;
}
