/* стилі для сторінки Юридичного Журналу*/

/* журнал*/

.issue {
	background-color : #8E8EC4;
	font-weight : bold;
	font-size : 100%;
	color : White;
}

.thema{
	font-weight : bold;
	color : #386287;
		font-size : 125%;

}

.author{
	font-style : italic;
	font-weight : bold;
	font-size : 100%;
}

.title {
	font-size : 110%;	
}


.j-toc-thema{
	font-weight : bold;
	color : #386287;
		font-size : 100%;
}

.toc-section {
	font-weight : bold;
	color : #1F374B;
	font-size : 90%;
	
}

.toc-subsection {
	font-weight : bold;
	color : #1F374B;
	font-size : 75%;
	
}

.toc-article-title {
	font-size : 75%;
	
}

.toc-kind {
	font-weight : bold;
	font-size : 60%;
	color : #A9A9A9;	
}


/*article */
.article-title{
	font-size : 120%;
	font-weight : bold;
		margin-bottom : 10px;
		color : #003B73;
}	

.article-author{
	font-size : 75%;
	font-weight : bold;
	margin-bottom : 5px;	
	color : #7E7E7E;
	font-style : italic;
}

.article-about-author{
	font-size : 65%;
}

.article-text{
	font-size : 75%;
}

#articletab tr{
	font-size : 75%;
}
