.readmemd {
	padding: 2em ;
	border-top: 1px solid silver ;
	margin-top: 1em ;
	
	text-align: initial ;
}

.yellowish {
	background-color: #c6d6390f ;
}

.readmemd::before {
	content: attr(data-filename) !important;
	color: silver ;
}

.no-before::before {
	content : none !important;
}

.headermd {
	padding: 1em ;
	border-bottom: 1px solid silver ;
	text-align: initial ;
	z-index: 59 ;
}

.headermd ul,
.readmemd ul
{
	list-style: initial ;
}

.headermd thead,
.readmemd thead
{
	position: initial !important;
}
