@charset "UTF-8";
/*
Filename	index.css   |  formerly `about.css`
Held in		site root/about/style/   |  formerly `{site root}/style/2014`
Use in		site root/about/index.html
Updated
	2025-08-13  +  rules for .beginList, .startList, .afterList, .lastInSection, and "ul", "ol" and "li" tags
										adapted from "site root\style\2014\common - 2014 - v10.css"
							+  class: mySocialMedia: copied from latest "common - 2014 - v10.css"
							u  "#mainContent #toc {" changed to "#toc {"
	2024-08-19	u  fixed #toc padding; u optimized display of #EC and #PC tables on narrow screens
	2024-07-21	u  optimized over-qualified rules
	2018-08-06	u  @media print re. div#toc font-size
*/
header table tr td.right div.mySocialMedia {margin:0;padding-right:0.25em}
.startList, .afterList {margin-top:0.2em}
.beforeList, .startlist, .lastInSection, ul.startList > li, ol.startList > li {margin-bottom:0}
ul, ol {margin-left:0; padding-left:1.67em; list-style-position:outside}
li {padding-top:0.2em}
#toc {width:60%;margin:0 auto;padding:1em;text-align:center}
#EC, #PC {border-collapse:separate;border-spacing:25px 0}
#EC th {text-align:left}
#EC td {padding:0.33em 0}
#PC td {padding:0.5em 0;vertical-align:top}
#EC tr.first td, table#PC tr.first td {padding-top:0}
#EC tr.last td,  table#PC tr.last td {padding-bottom:0}
#CASL {font-size:smaller;margin:2em 1.5em 0 1.5em}
@media print {
#toc {padding-top:0;font-size:12pt}
}