/*
 * The CSS style rules defined here will be imported (through redirects) in
 * every Page:-namespace wikipage in the ~70 DNB volumes, as well as in every
 * mainspace page on which a page associated with one of these indexes is
 * transcluded.
 *
 * NB! This means changes to this page have a huge potential impact.
 * Please think, test, discuss, and be cautions before hitting "Publish".
 *
 * Use "_" in front of class names across DNB to avoid clashing with
 * templates. Use "__" in front of classes for one-off stuff (single page) to
 * avoid clashing with DNB-wide classes.
 *
 * See also [[Help:Page styles#Class naming conventions]].
 */

/* imported from [[Index:Dictionary of National Biography, Third Supplement.djvu/styles.css]] */
._toc {
	margin: auto;
	max-width: 38em;
}

._contrib {
    font-variant: small-caps;
}

/* Old global classes imported to DNB styles: _valignt and _tablecolhdborder */
/* '''valign''' ; cell(s) in row(s) vertically aligned to top*/
._valignt tr, ._valignt tr td {
	vertical-align: top;
}

/* borders around table/columns/<th>; centre <th>; <td> align left with padding */
._tablecolhdborder {
	border-collapse: collapse;
	border: 1px solid;
	margin: 0 auto 0 auto;
}
._tablecolhdborder th, ._tablecolhdborder td {
	border-left: 1px solid;
}
._tablecolhdborder th {
	border-bottom: 1px solid;
	text-align: center;
}
._tablecolhdborder td {
	padding-left: 5px;
}