#content .part{
	overflow: hidden;
}
#content .paper-item{
	text-align: justify;
	padding: 0 60px;
	margin: 20px 0;
}
#content .text{
	margin-top: 20px;
	margin-bottom: 20px;
}
#content .paper-item span{
	font-weight: bold;
	color: var(--first-color)
} 
#content .paper-item .bold-span{
	font-weight: bold;
	color: #000;
} 
#content .text a, #content .text a:focus{
	color: var(--first-color);
	text-decoration: none;
}