.wst-freedimg-caption {
	text-align:left;
	font-size:92%;
}

/* TOC content */
.brain-article-toc li {
	list-style: none;
}
.brain-article-toc > li {
	font-variant: small-caps;
}

/* AuxTOC content */
.wst-aux-content {
	background-color: #E6F2E6;
}
li.wst-aux-content::after {
	content: " (not listed in original)";
	font-size: 69%;
	font-variant: normal;
}

/* tables in A Human Experiment in Nerve Division */

.nerve-division-table {
	margin:1em auto;
	font-size:92%;
	border-top:2px solid;
	border-bottom:2px solid;
	border-collapse:collapse;
}
.nerve-division-table caption {
	font-size:120%;
	font-style:italic;
	text-align:center;
}
.nerve-division-table th {
	font-weight:normal;
	text-align:center;
	border:1px solid;
	padding:1em;
	margin:0;
}
.nerve-division-table td {
	text-align:right;
	vertical-align:bottom;
	border-left:1px solid;
	border-right:1px solid;
	padding:0 1em;
	margin:0;
}
.nerve-division-table th:first-child, .nerve-division-table td:first-child {
	border-left:none;
}
.nerve-division-table th:last-child, .nerve-division-table td:last-child {
	border-right:none;
}
.nerve-division-table tr:nth-child(2) > td {
	padding-top:1em;
}
.nerve-division-table tr:last-child > td {
	padding-bottom:1em;
}

.scale-divisions-table {
	margin:auto;
	text-align:center;
}

.compass-points-table {
	margin:auto;
	font-size:83%;
	border-collapse:collapse;
}
.compass-points-table th {
	font-weight:normal;
	border-right:1px solid;
}
.compass-points-table th, .compass-points-table td {
	padding:0 0.5em;
}
.compass-points-table tr:first-child th, .compass-points-table tr:first-child td {
	border-bottom:1px solid;
}
.compass-points-table tr:first-child th[rowspan="2"] {
	font-size:120%;
	border:none;
}