.sidebar-drawer {
    justify-content: initial;
}

.sidebar-container, .toc-drawer {
	width: 100%;
}

.content {
	width: 100%;
}

body {
	font-size: 1.25em;
}

.toctree-l1 {
	padding-left: 20px;
}

.sidebar-brand-text {
	text-align: center;
}

.caption[role="heading"] {
	margin-top: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
/*     margin-left: 20px; */
/*     margin-right: 30px; */
	border-top: 0.05em dotted #777;
/*     border-bottom: 0.05em dashed #777; */
}

h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.5em;
}

blockquote {
	border-left: 0;
}

:target > h1:first-of-type, :target > h2:first-of-type, :target > h3:first-of-type, :target > h4:first-of-type, :target > h5:first-of-type, :target > h6:first-of-type, span:target ~ h1:first-of-type, span:target ~ h2:first-of-type, span:target ~ h3:first-of-type, span:target ~ h4:first-of-type, span:target ~ h5:first-of-type, span:target ~ h6:first-of-type {
  background-color: #1c2a2b;
}

