<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*This css controls the appearance of the article file and not the layout*/
.ArticleWrapper{
	margin-top: 30px;
	/*font-size: 85%;*/
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;

}

.ArticleTitleParagraph{
/*	font-size: 120%;*/
	line-height: 25pt;
	font-weight: bold;
	text-align: left;
	color: #0C6592;
}

.TabTitleParagraph{
	/*font-size: 120%;*/
	margin-top: 20px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}

.ArticleTitleEnglish{
/*	font-size: 1.5em;*/
	line-height: 20pt;
	font-weight: bold;
	color: #D6D6D6;
	font-style: italic;
}

.AuthorListParagraph {
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.AuthorAffiliation {
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.CorrespondingAuthorParagraph{
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.ParagraphSeparator{
	line-height: 2pt;
}

.ArticleSectionHeadDiv{
	/*font-size: 25px;*/
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	line-height: 40px;
	margin-bottom:20px;
	width:100%;
	color: #0C6592;
}


.ArticleSectionHeadDiv span{
	float:right;
}


.ArticleSectionReferences span{
		float:right;
}

.ArticleParagraph{
	text-align: justify;
}

.ArticleSectionReferences{
	/*font-size: 25px;*/
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	line-height: 40px;
	margin-bottom:20px;
	width:100%;
	color: #0C6592;
}

.ArticleSectionReferences ol li{
		line-height: 60pt;
}


.box{
	border: 1px solid #CCCCCC;
	background-color:#F9F9F9;
}

.box p{
	margin: 10px;
}

.BoxAbstract{
	border: 1px solid #0C6592;
	background-color:#F9F9F9;
	font-size: 90%;
	padding: 10px;
	text-align:justify;
}


.BoxAbstract p{
	margin: 10px;
}

.BoxAbstract2{
	border: 1px solid #0C6592;
	background-color:#F9F9F9;
	font-size: 80%;
	padding: 10px;
	margin-bottom: 100%;
}


.BoxAbstract2 p{
	margin: 10px;
}


.ArticleSectionAbstract{
	/*font-size: 18px;*/
	font-style: normal;
	font-weight: bold;
	line-height: 40px;
	margin-bottom:20px;
	margin: 10px;
}

.BubbleImage{
float:left;
margin: 0px 15px 15px 0px;
border:1px solid #CCCCCC;
}

.DivKeywords{
	color: #FFFFFF;background-color: #24608C;border-radius: 5px;margin: 5px;padding: 5px; 
	/*font-size: 70%;*/
}
.DivKeywords:hover{
	cursor: pointer;background-color:#999999;
}

.RigthPanelTabFig table{
	width: 100%;
	font-size: 70%;
	text-align: left;
}
.RigthPanelTabFig img{
	border: 1px solid #24608C;
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
}


/*Right panel tables and figures outlook*/

.TabFigDivBox a:link{
	color: #0C6592;
	text-decoration: none;
}
.TabFigDivBox a:visited{
	color: #0C6592;
	text-decoration: none;
}

.TabFigDivBox a:active{
	color: #0C6592;
	text-decoration: none;
}

.TabFigDivBox a:hover{
	color: #0C6592;
	text-decoration: underline;
}

.TabFigDivBox{
	padding: 5px;
	width: 100%;
	float: left;
	font-size: 90%;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 5px;
}
.TabFigDivBox img{
	width: 100px;
	height: 100px;
	border: 1px solid #0C6592 ;
	float: left;
	margin-right: 10px;
}

/*Article section links outlook, including citations links*/
.ArticleWrapper a:link{
	color: #1E90FF;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
}

.ArticleWrapper a:active{
	color: #1E90FF;
	font-weight: bold;
	text-decoration: none;
}

.ArticleWrapper a:visited{
	color: #1E90FF;
	font-weight: bold;
	text-decoration: none;
}


.ArticleWrapper a:hover{
	color: #1E90FF;
	font-weight: bold;
	text-decoration: underline;
}

/*Reference section links outlook*/


.ArticleReferenceListSection a:link{
	color: #1E90FF;
	font-weight: normal;
	font-weight: bold;
}
.ArticleReferenceListSection a:active{
	color: #1E90FF;
	font-weight: normal;
}
.ArticleReferenceListSection a:visited{
	color: #1E90FF;
	font-weight: normal;
}
.ArticleReferenceListSection a:hover{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

/*Some elements on the right panel*/
#faqtable3{
	font-size: 130%;
}
/*Some elements on the right panel*/
#faqtable4{
	font-size: 130%;
}
.ArchivesDiv ul li a:link{
	color: #0C6592;
	text-decoration: none;
}
.ArchivesDiv ul li a:active{
	color: #0C6592;
}
.ArchivesDiv ul li a:visited{
	color: #0C6592;
}
.ArchivesDiv ul li a:hover{
	color: #333333;
	font-weight: bold;
}
</pre></body></html>