/* CSS Document */

.fulltext-area{
     padding-top: 25px;
     font-family: cambria;
     font-size: 15px;
     color: #000;
     padding-bottom: 17px;
}
 .fulltext-area h3{
     font-weight: bold;
     color: #030c43;
     line-height: 28px;
     margin-bottom: 0px;
     padding-bottom: 10px;
}
 .fulltextArticleType{
     background: #3a830a;
     padding: 8px;
     text-align: center;
     width: 20%;
     border-radius: 10px;
     display: block;
}
 .fulltextAuthorNames{
     font-size: 17px;
     font-weight:bold;
     color:#000;
}
 .doi{
     color:#000;
     padding-left: 1px;
}
 .doi a{
     color:#000;
     display:inline;
     text-decoration:none;
}
 .doi a:hover{
     text-decoration: underline;
}
 .pdf-download{
     background: #d9d9d9;
     color: #000;
     border-radius: 5px;
     padding: 5px;
     outline: none;
}
 .pdf-download a{
     color: #000;
     display: inline;
}
 #authorsInfo{
     margin-top: 15px;
     border: 1px solid #d9d9d9;
     padding: 10px;
     background: #f9f9f9;
	 text-align:left
}
 #authorsInfo p{
     color: #000;
	 text-align:left
}
 #authorsInfo p a{
     display:inline;
     color:#000;
}
 .fig{
     border: 1px solid #d9d9d9;
     margin-bottom: 5px;
}
 .fig table td{
     padding: 10px;
}
 .tableArtical{
     border-bottom: 1px solid #d9d9d9;
     margin-bottom: 8px;
     vertical-align: middle;
	 text-align: left;
	 
}
 .tableArtical tbody tr{
     border:none;
	 text-align: left;
}
 .tableArtical tbody tr td{
     border:none;
     text-align: left;
     alignment-adjust:middle;
     vertical-align: middle;
}
 .tableArtical tbody tr td p{
	 padding:0px;
	 margin:0px;
     
}


 .tableArtical th{
     border-top: 1px solid #d9d9d9;
     border-bottom: 1px solid #d9d9d9;
     text-align: left;
     alignment-adjust:middle;
     vertical-align: middle;
}
 .tableLegend{
     padding-bottom: 8px;
}
 .heddingArtical{
     color: #348a42;
     font-weight: bold;
     margin-bottom: 8px;
}
 .articalContent p{
     color: #000;
     text-align:left;
}
 .articalContent p a{
     color: #348a42;
     display:inline;
     text-decoration:underline;
}
 .articalContent p sup a{
     color: #348a42;
     display:inline;
     font-size:11.5px;
     text-decoration:underline;
}
 .articalContent ul{
     list-style: disc;
     padding-left: 24px;
}
 .articalContent a:hover{
     text-decoration: none;
     color: #000;
}
 .ref{
     padding-left: 20px;
     text-align:left;
}
 .ref li a{
     display:inline;
}