#audio-index-link {
	position: fixed;
	top: 56px;
	left: 280px;
	padding-right: 12px;
}
audio {
	width: 500px;
}
.audio-controls {
	clear:both;
	display: block;
	width:100%;
	height:80px;
	text-align: center;
	padding: 24px 0 12px 0;
}
.text-block-centred img {
	float:right;
	margin: 0 0 12px 12px;
	max-width: 200px;
}
.text-block-centred h2 {
	font-style:italic;
}
ul {
	margin: 0px 0 12px -10px;
	list-style-type: none;
}
li {
	margin-left: 18px;
	text-indent: -18px;
}
li:first-child {
	font-weight:bold;
	margin-left: -12px;
}

table {
	margin:auto;
}
td:nth-child(1), td:nth-child(2), td:nth-child(3), td:nth-child(4) {width: 150px;}
td:nth-child(1), td:nth-child(3) {font-weight:bold;}

.transcription-indent p {
    margin-left: 120px;
	/* text-indent: -80px; adjusted to fit new transcript collapsible box */
	text-indent: -60px;
}.transcription-indent p span {
	display: inline-block;
	/* width:80px;  adjusted to fit new transcript collapsible box */
	width:60px;
}
#transcript p span::after {
  content: "\00a0\00a0\00a0\00a0"
}

/* for the transcription outline  */
#transcript ul {
  list-style-type: circle;
  margin: 1em 1.2em 1em -1.2em;
  font-family: 'Sorts Mill Goudy', Georgia, serif;
  font-weight: bold;
}
#transcript ul li {
  font-weight: normal;
}
#transcript li:first-child {
  font-weight: normal;
  margin: 0.3em auto auto 1em;
}
#transcript li {
  margin-left: 1em;
  text-indent: 0px;
}
