/*  HTML article syles */
body {
        max-width: 650px;
	padding: 0 15px;
	margin: 0 auto;
}

a {
    color: #007bff;
    text-decoration: none;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
}
img {
    max-width: 100%;
}
h1.icaaptagline {
    font-size: 1.1em;
    font-style: italic;
    margin-bottom: 0;
}
h1.iucode {
    font-size: 1.1em;
    margin-top: 0;
}
h1.icaaptagline, h1.iucode {
     color: #3B9C9C;
 }
h1.abstract {
    text-align: center;
}
p.abstract {
    padding-left: 10%;
    padding-right: 10%;
    text-align: justify;
}
p.citation {
    text-align: left;
}
h1 {
    font-size: 1.2em;
    margin-top: 1.5em;
    text-align: left;
}
h2 {
    font-size: 1.1em;
    margin-top: .5em;
    text-align: left;
}
p {
    line-height: 1.4;
    text-align: justify;
}
p.author {
	text-align:left !important;
}
p.cit {
    margin-left: 2em;
    margin-right: 10px;
    text-indent: -2em;
    text-align: left;
}
blockquote {
    border-left: 0;
    padding-left: 0;
    line-height: 1.4;
    text-align: left;
}
ol li, ul li {
    line-height: 1.4em;
    margin-top: 0;
    margin-bottom: .5em;
}
.center {
    text-align: center !important;
}
.left {
   text-align: left !important; 
}
.quote,.note {
	font-size:small !important;
	line-height:16px !important;
}
.copyright {
    margin-bottom: 3em;
}
.boxed {
	background-color: #d6d6d6;
	margin-left: 20px;
	padding-right: 40px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.vertical-top { vertical-align:top !important; }
.vertical-middle { vertical-align:middle !important; }
.vertical-bottom { vertical-align:bottom !important; }

ol.list-parenthesized-lower-latin {
   counter-reset: item;
   list-style: none inside;
}
ol.list-parenthesized-lower-latin-continued {
   list-style: none inside;
}
ol.list-parenthesized-lower-latin li, ol.list-parenthesized-lower-latin-continued li {
   text-indent: -15px;
   margin-left: 24px;
   padding: 2px 0 ;
   text-align: left;
}
ol.list-parenthesized-lower-latin.no-list-indent li, ol.list-parenthesized-lower-latin-continued.no-list-indent li {
   text-indent: -15px;
   margin-left: -5px;
   padding: 2px 0 ;
}
ol.list-parenthesized-lower-latin li:before, ol.list-parenthesized-lower-latin-continued li:before {
   content: "(" counter(item, lower-alpha) ")"; 
   counter-increment: item; 
   display: inline-block;
   width: 15px;
}

ol.list-parenthesized-numbered {
   counter-reset: item;
   list-style: none inside;
}
ol.list-parenthesized-numbered-continued {
   list-style: none inside;
}
ol.list-parenthesized-numbered li, ol.list-parenthesized-numbered-continued li {
   text-indent: -15px;
   margin-left: 24px;
   padding: 2px 0 ;
   text-align: left;
}
ol.list-parenthesized-numbered.no-list-indent li, ol.list-parenthesized-numbered-continued.no-list-indent li {
   text-indent: -15px;
   margin-left: -5px;
   padding: 2px 0 ;
}
ol.list-parenthesized-numbered li:before, ol.list-parenthesized-numbered-continued li:before {
   content: "(" counter(item, decimal) ")"; 
   counter-increment: item; 
   display: inline-block;
   width: 15px;
}


/*Table styles*/
.article_table tr th, .article_table tr th p {
	background-color: #CCCCCC;
	margin: 3px;
	padding: 0;
	text-align: left !important;
	font-size: 13px !important;
	font-weight: bold;
	line-height: 1.3em !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
.article_table tr th p.center {
	text-align: center !important;
}
.article_table tr td {
	font-size: 1em !important;
	text-align: left !important;
	/*vertical-align: top !important;*/
	/*text-justify:auto;*/
	line-height: 1.2em !important;
}
.article_table tr td p {
	margin: 3px;
	padding: 0;
	text-align: left !important;
	font-size: 13px !important;
	line-height: 1.3em !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
.article_table tr td ol {
	margin: 0;
	padding: 0 0 0 20px;
	text-align: left !important;
	font-size: 13px !important;
	line-height: 1.3em !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
.article_table tr td ul {
	margin: 3px;
	padding: 0;
	text-align: left !important;
	font-size: 13px !important;
	line-height: 1.3em !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
.article_table tr td ul li {
    line-height: 1.3em;
    margin-bottom: 3px;
    margin-top: 0;
}
.article_table tr td p.heading {
	font-weight: bold;
}
.article_table tr th p.centered, .article_table tr td p.centered, .article_table tr td p.center {
	text-align: center !important;	
}
.article_table tr th p.left, .article_table tr td p.left {
	text-align: left !important;	
}
.article_table tr th p.right, .article_table tr td p.right {
	text-align: right !important;	
}

/*next three rules to ensure 1px border between cells*/
table.article_table, table.article_table th, table.article_table td {
    border: 1px solid #BBB;
}
table.article_table {
    border-bottom: 0;
    border-left: 0;
    margin-left: 0;
    margin-right: 0;
}
table.article_table td, table.article_table th {
    border-top: 0;
    border-right: 0;
    padding: 3px;
}

.exhibit_table tr td, .exhibit_table tr td p, .exhibit_table tr td ul li {
	font-family: Arial, Helvetica, sans-serif !important; 
	font-size: 12px !important; 
	line-height: 18px !important;
	text-align: left !important;
}

.source {
	font-size: small !important;
	padding: 0 2em;
	line-height: 1.4em !important;
}
/*end of table styles*/

/*  Fixes issue of wrongly coded anchors on h2 headings in earliest issues */
h2 a, h2 a:hover {
    color: black;
    text-decoration: none;
}

