.chapters.mkrz{
	gap:0;
}
.chapters.mkrz>div{
	display:block;
	flex:0 0 100%;
	flex-direction:column;
	padding:30px 5px 30px 30px;
	width:100%;
	border-bottom: 1px dashed var(--mcolor);
}
.chapters.mkrz>div>a{
	font-size:1.1em;
	color:#000;
	border-bottom:1px dotted #fff;
}
.chapters.mkrz>div>a:hover{
	border-bottom: 1px dotted #777;
}
.chapters.mkrz>div>div>a:first-child{
	font-size: 0.85em;
	color: #777;
	font-weight: 400;
}
.chapters.mkrz>div>div>a{
	display: inline-block;
	margin-right: 25px;
}
.chapters.mkrz>div>div{
	height: auto;
	max-height: 700px;
	overflow: hidden auto;
	text-align: justify;
	margin-top:10px;
}
.chapters.mkrz>div>div::-webkit-scrollbar-track {
	background-color: #ddd;
	border-radius:50%;
}
.chapters.mkrz>div>div::-webkit-scrollbar-thumb {
	background-color: var(--vcolor);
	border-radius:50%;
}
.chapters.mkrz>div>div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
