.tocify-wrapper, .page-wrapper {
	background: #FAFAFA;
	border-right: 1px solid #D9D9D9;
}
.tocify-wrapper .tocify-subheader{
	background: #eaf6f0;
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.tocify-wrapper .tocify-focus {
	background-color: #00be9d;
	box-shadow: none;
}

.tocify-wrapper .tocify-focus a {
	color: #fff;
}
.tocify-wrapper a {
	color: rgba(0,0,0,.5);
}

.tocify-wrapper>.search input {
	background: #f8f9fa;
	color: #666;
}
.tocify-wrapper .toc-footer a,
.tocify-wrapper .toc-footer li{
	color: #666;
}

.content h1 {
	background: #01C3A0;
	background-image: none;
}

details[open] {
	background-color: #efefef;
}

details p {
	margin-left: 20px;
}

details summary p {
	margin-left: 0;
}