.municipality-name {
	background: #d0d0d0;
	padding: .5em 1em;
	border-radius: 5px;
}

.example-header {
	text-align: center;
	margin-bottom: 2em;
}

.explorator-speech {
	color: rgba(255,0,0,.6);
}

.transcription-block {
	background: #efefef;
	padding: .5em 1em;
	border-radius: 5px;
	margin-bottom: 3px;
}

.transcription-block > p:first-of-type {
	margin-top: 0;
}

.transcription-block > p:last-of-type {
	margin-bottom: 0;
}

.record-information {
	padding: .5em 1em;
	border-left: 5px solid #e0e0e0;
	margin-bottom: 3px;
}
