/* TOC */

/* The second cell (dates) should wrap */
._maintoc td:nth-child(2) {
	text-align: left; 
    white-space: normal;
}

._maintoc td:nth-child(3) {
	width:70%;
}

/* Lists of seals at end of treaties */
._unts_seallist {
	column-gap: 5em;
}

table {
	margin: auto;
}

.pg-799-table th {
	font-weight :normal;
}
.pg-799-table td {
	padding: 0 0.5em 0 0;
	line-height: 1;
}
.pg-799-table th:last-child, .pg-799-table td:last-child {
	text-align: right;
	padding-left: 2em;
}

/* Nested lists */
._unts_seallist > ul > li > ul {
	font-variant: small-caps;
	break-inside: avoid; /* try to keep together across col breaks */
}
._unts_seallist > ul > li {
	margin-bottom: 0.5em;
}

/* articles */
.wst-heading {
	text-align:center;
}
.wst-heading.h2 {
	font-size: 110%;
}
.wst-heading.h3 {
	font-variant: small-caps;
}
.wst-heading.h3 sup {
	font-variant: normal;
}