* {	}
html, body { font-family: arial, verdana; font-size:14px; line-height:20px; margin:0; }
a {	text-decoration:none; color:black; }
a:hover { color:blue !important; text-decoration:underline; }

p, em, q, dt, dd, li { font-size:1rem; line-height:1.8rem; margin-bottom:2.2rem; }

em,q { display:block; }
q { font-weight:bold; margin-bottom:1.2rem; }
q::before,q::after { content:''; }
cite { display:block; text-align:right; font-size:90%; }

td { font-size: 10pt; padding:0; }
img, a img { border:0px solid white; max-width:100%; }
	figure { margin: 0 1rem 1.5rem; text-align:center; }
	figure img { margin-bottom: .5rem; }
	figcaption { font-size:80%; font-style:italic; width:100%; text-align:center; line-height: 1.5em; margin-top:0; }
	
	img.pull-left, img[align=left], div.pull-left, figure.pull-left { margin:.5rem 1rem .5rem 0; }
	img.pull-right, img[align=right], div.pull-right, figure.pull-right { margin:.5rem 0 .5rem 1rem; }
	cite > img { margin-top:0 !important; }


	img.cover30 { width:30px; height:43px; }
	img.cover50 { width:50px; height:71px; }

HR { color:lightgray; background-color:lightgray; height:1px; border: 0px solid lightgray; margin:5px 0;}

textarea { margin:1px auto; padding:3px 7px; width:calc( 100% - 16px ); font-size:1em; }
input[name=year],input[name=page] { text-align:center; width:40px;}
input[name=no],input[name=absno] { text-align:center; width:20px;}

td.page { width:720px; border-left:1px solid lightgray; border-right:1px solid lightgray; padding: 0 15px; text-align:justify; }

.menu {
	font-weight:bold;
	font-size: 10pt;
	color:darkgreen;
	text-decoration:none;
	}
a.menu:hover {
	color:blue;
	}

ul { list-style-position:outside; margin:0; width:500px;}
.content ul { width:auto; }
li { 
	font-size:1rem;
	list-style-image:url(images/amp10.png);
	margin-bottom:10px;
    line-height: 18px; 
}
ul.compact li { margin-bottom:.5rem; }
li.mag  {}

dt { font-weight:bold; margin-bottom:0;  }
dd { margin-left: 20px;}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #990033; line-height:1.4em; }

h1 {
	font-weight:bold;
	font-size: 1.6rem;
	}
h2, .ash2 {
	font-weight:normal;
	font-size: 1.4rem;
	}
h3, h3 a, .ash3 {
	font-weight:bold;
	font-size: 1.2rem;
	}
	.ash3 { margin: 0; }

h4 { font-size:1rem; }
h5 { font-size:.9rem; }
h6 { font-size:.8rem; }

h1 span,
h2 span {
	display: block;
    font-size: 1rem;
    font-weight: normal;
    margin-top: -5px; 
}
h4 span {
	display: block;
    font-size: 1rem;
    font-weight: normal;
    margin-top: -5px; 
}
h2.toc-item { margin-top: 2rem; }
.toc h3 { margin: 2em -15px 1em; }
article h2 { line-height:1.4em; }

header > table {
	border-collapse:collapse;
	width:100%;
	background-image:url('images/head_bg.png');
	background-repeat:repeat-x; 
	background-position: top; 
	background-color:transparent;
	margin:0;
}
aside li span, 
ul.toc li span,
a.page-link span {
	display: block;
    font-weight: normal;
    font-size: 85%;
    padding-left: 17px;
	opacity:.75;
}

ul.toc li span,
a.page-link span {
    padding-left:0;
}
a.page-link span {
    margin-top: -5px;
}

#b_next, #b_prev { position:absolute; /* display:none; */ }

.d-flex { display:flex }

.pull-left { float:left; }
.pull-right { float:right; }
.w100p, .wide, .fullwidth { width:100%; margin-left: 0; margin-right: 0; }
.w125 { width:125px; }
.w150 { width:150px; }
.w175 { width:175px; }
.my-0 { margin-top:0 !important; margin-bottom:0 !important; }
.mt-0 { margin-top:0 !important; }
.mb-0 { margin-bottom:0 !important; }
.f90 { font-size:90%; }
.f80 { font-size:80%; }
.z65 { transform: scale(0.65); } 
.clearfix::before,.clearfix::after {
	content:''; display:table; clear:both;
}
.text-center, .text-center td { text-align:center; justify-content: center; }
.text-left { text-align:left; }
.text-right { text-align:right; }

.through { text-decoration: line-through; }
.compact { line-height:1.4em; margin-bottom: 1.4em; }


.container{ width:90%; max-width:850px; margin:0 auto; /*border:1px dotted red;*/ }
.content{ max-width:750px; margin:0 auto; /*border:1px dotted red;*/ }
    .content h3 span { display: block; font-weight: normal; font-size: 70%; margin: -3px 0; }
	.content img { max-width:75%; }
	.content img.centered { display:block; margin:1rem auto 2.2rem; max-width:100%; }
	.content img.person { width:115px; max-width:unset !important; }
	.content img.wide { max-width:100%; margin: 0 0 .5em; }
	.content img.pull-left, .content img.pull-right { max-width:30%; }
	.content > figure figcaption { margin:0 0 .5em; }

.quest  { font-weight:bold; display:block; margin-bottom:-5px; }
.author { font-size: 80%; font-style: italic; text-align: right; }
.figures, figure.pull-left, figure.pull-right { display:inline-block; width:auto; max-width:25%;  }
	.figures.d-flex {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		max-width:100%;
	}
	.figures.d-flex img { max-width:100%; margin:0; }

.text-center > img { margin: .5em;}

.pagination { margin:3rem auto; }
	a.prev,a.next {
		display:inline-block;
		max-width:250px;
		font-size:80%;
		line-height:1.2rem;
	}
	a.prev:hover,a.next:hover {
		color:#990033 !important;
		text-decoration:none;
	}
.copyright, a.copyright:hover
	{	
		color:lightgray;
		font-size: 10px;
        font-family: Arial;
		text-decoration: none;
		padding-left: 10px;
		width:90%
	}

.blue { color:blue; }

table.centered { margin-left:auto; margin-right:auto; }
table.lined { border-collapse:collapse; }
table.lined td { padding:5px 1em; border:1px solid #aaa; line-height: 1.4em; }
    td.nob { border:none !important; }
	tr.odd { background-color:#E8F5E9; }	
	tr.hot, tr.hot a { color:#BF360C; }
table.valign-top td, .valign-top { vertical-align:top; }

.span1 {  margin-left:1em; padding:.5em 2em; border-left: 1px solid lightgray; }
	p.span1 { margin-right:3em; padding:1em 2em; background:whitesmoke; }


a.icon {
		display:inline-block;
		width:64px;
		height:64px;
		background-position: center;
		background-repeat: no-repeat;
		cursor:pointer;
		transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	}
	a.icon:hover { 
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	}
	a.icon.pdf {
		background-image: url('data:image/png;base64,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');
	}
	a.icon.edit {
		background-image: url('data:image/png;base64,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');
		background-size: 49px;
	}

form mark{
	padding: 2px 10px;
    margin: 0 10px;
}
