summary {
	display: list-item;
	cursor: pointer;
	font-weight: bold;
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

summary::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 7px;
	vertical-align: middle;
	background-image: url("/jimbita/pensil-peli-mantap.svg");
	background-repeat: no-repeat;
	background-size: contain;
	transition: transform 0.2s ease;
}

details[open] summary::before {
	transform: rotate(90deg);
}

.toc-wrapper {
	background: #f9f9f9;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin-bottom: 1.5em;
	padding: 10px;
	position: relative;
	width: 100%;
	font-size: 90%;
    box-sizing: border-box;
}

.toc-wrapper .inner a {
	display: block;
	padding: 6px 4px;
	min-height: 24px;
	line-height: 1.4;
}

.toc .h3-toc,
.toc .h4-toc,
.toc .h5-toc,
.toc .h6-toc {
	margin-bottom: 4px;
}

.toc-wrapper .inner {
	margin-top:5px;
}

.toc-wrapper .inner a {
	border: none;
	box-shadow:none;
    text-decoration: none;
}

.toc {
	padding: 5px;
}

.toc .h3-toc {
	margin-left: .20in;
}

.toc .h4-toc {
	margin-left: .35in;
}

.toc .h5-toc {
	margin-left: .50in;
}

.toc .h6-toc {
	margin-left: .65in;
}

.toc-link a.anchor {
	border:none;
	margin-left: 5px;
	box-shadow:none;
}

.toc-link a {
	display:none;
}

.toc-link:hover a{
	display:inline-block;
}