/*@import url("https://use.typekit.net/hfc3hrq.css");*/
@import url("/colors.css");
:root {
	--footer-lines: 2;
	--footer-height: calc(20px + (25px * var(--footer-lines)));
}
html {
	min-height: 100%;
}
body, h1 {
	margin: 0;
}
body::before{
	content: "";
	display: block;
	height: 1px;
	margin-bottom: -1px;
}
body {
	accent-color: var(--secondary-color);
	background-color: var(--light-secondary-color);
	color: var(--primary-text);
	display: flow-root;
	font-family: /*'Frank Ruhl Libre',*/ Cambria, Yrsa, Georgia, serif;
	line-height: 1.2;
	min-height: calc(100vh - var(--footer-height));
	padding-bottom: var(--footer-height);
	position: relative;
	text-align: center;
}
body>* {
	text-align: initial;
}
[lang="en"] [lang]:not([lang="en"]) {
	font-style: italic;
}
header {
	background-color: var(--primary-color);
	box-shadow: 0 2px 5px 0 black;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	font-size: 1.2em;
	font-variant: small-caps;
	margin-bottom: 20px;
	padding: 15px;
	text-align: center;
}
h1 {
	break-after: avoid;
	display: inline-block;
	font-size: 3.16em;
	color: var(--dark-primary-color);
	margin: 0 0 7px;
	text-shadow: 0 2px 5px black;
	text-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
h2, .brief>h1, .outline>h1 {
	break-after: avoid;
	color: var(--primary-text) !important;
	font-size: 1.4em;
	font-weight: bold;
	margin: 3px 0;
	text-shadow: 0 1px 3px black;
	text-shadow: 0 1px 3px rgba(0,0,0,0.26);
}
h3, .outline summary {
	break-after: avoid;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0;
	text-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
h4, h5 {
	break-after: avoid;
	margin: 0;
}
summary>* {
	display: inline-block;
}
.brief-list summary>a[href*="#"], .embedded summary>a[href^="#"] {
	content: url(/law/images/link-variant.svg) / "Permalink to this section";
	float: right;
	margin-right: 8px;
}
.brief-list summary>a[href*="#"] {
	padding: 4px;
}
.outline .embedded summary>a[href*="//"]:not([href*="matthewminer.name"])[href^="#"] {
	padding: 3px;
	width: 15px;
	height: 15px;
	opacity: 0.6;
}
@media (max-width: 800px) {
	.toolbar {
		display: none;
	}
	nav ul li, ul.buttons li {
		margin-bottom: 3px;
	}
	nav ul li a, ul.buttons li a {
		padding: 10px 4px 14px 4px !important;
	}
	.scroll-percentage {
		display: none !important;
	}
	section {
		margin-top: 0 !important;
	}
}
@media (max-width: 899px) {
	aside.ad {
		display: none;
	}
}
@media (max-width: 1139px) {
	aside.ad.outline-ad {
		display: none;
	}
}
@media (min-width: 800px) {
	section {
		width: 700px;
	}
}
@media (min-width: 900px) {
	section.outline {
		width: 900px;
	}
}
@media (min-width: 1200px) {
	section {
		margin-top: 20px !important;
	}
}
@media print
{    
    .no-print, .no-print *, footer, summary>a[href*="#"], .float-ref, .missing-embed, .outline nav, .outline nav+hr, #class-info, #class-info+hr {
        display: none !important;
    }
	summary {
		border: 1px solid #DDD;
	}
	section {
		box-shadow: none !important;
	}
	.brief {
		margin-top: 0 !important;
		padding-top: 5px !important;
	}
	table {
		border-collapse: collapse !important;
	}
	thead:after {
		display: none !important;
	}
	table, th, td {
		border: 1px solid gray;
		text-shadow: none !important;
	}
	.outline a[href*="//"]:not([href*="matthewminer.name"])::after {
		padding-left: 0 !important;
		content: none !important;
	}
}
@page {
	counter-increment: page;
	@bottom-center {
		content: "◅" counter(page) "▻";
	}
}
nav {
	overflow: hidden;
	width: 100%;
}
nav ul, ul.buttons {
	display: inline-flex;
	justify-content: space-around;
	align-items: stretch;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
nav ul li, ul.buttons li {
	flex: 1 1 0;
	margin: 1%;
	padding: 0;
	text-align: center;
}
nav ul li a, ul.buttons li a {
	display: block!important;
}
a.button, nav ul li a, ul.buttons li a {
	background-color: var(--primary-color);
	color: var(--item-text-color) !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.28);
	font-size: 1.04em;
	font-weight: bold;
	height: calc(100% - 28px);
	padding: 14px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 2px 5px rgba(0,0,0,0.30);
}
a.button {
	display: inline-block;
}
a.button:link, a.button:visited {
	color: var(--item-text-color);
	font-weight: bold;
	text-decoration: none;
}
a.button:hover {
	background-color: var(--hover-primary-color);
	z-index: 2;
}
a.button:active {
	background-color: var(--dark-primary-color);
}
a.small-button {
	padding: 7px;
}
.toolbar {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 0 !important;
	position: absolute;
	top: 100px;
	right: 100%;
	z-index: 25;
}
.toolbar>* {
	margin-bottom: 4px;
}
a:hover {
	background-color: var(--light-primary-color);
	box-shadow: 0 2px 4px rgba(0,0,0,0.40);
	z-index: 2;
}
a:visited {
	color: var(--primary-color);
}
div.content-container {
	margin: auto;
	/* width: fit-content; */
	/* max-width: 720px; */
}
div.outline-container {
	/* max-width: 920px; */
}
section, .after-ad>div {
	background-color: var(--background-color);
	box-shadow: 0 2px 5px 0 black;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	margin: auto;
	margin-top: calc(5vw - 40px);
	margin-bottom: 35px;
	padding: 10px;
	position: relative;
	max-width: 700px;
	z-index: 50;
}
section.outline {
	max-width: 900px;
}
.after-ad {
	margin-left: 4px;
	margin-top: -20px !important;
	margin-bottom: 30px !important;
	max-width: calc(100vw - 8px);
}
.after-ad>div {
	padding: 0 !important;
}
p, ol, ul {
	margin: 3px 0;
}
table:not(.xdebug-error) {
	filter: drop-shadow(2px 0 4px rgba(0, 0, 0, .4));
	margin-top: 5px;
}
/*.xdebug-error *, .xe-notice * {
	all: unset;
}*/
table:not(.xdebug-error) {
	/*border: 1px solid grey;*/
	border-collapse: separate;
	border-spacing: 3px 0;
}
table>thead:after {
	content: " ";
	display: block;
	height: 3px;
	visibility: hidden;
}
th:empty {
	opacity: 0;
}
:not(.xdebug-error)>*>*>th {
	text-shadow: 0 1px 2px rgba(0,0,0,0.12);
}
:not(.xdebug-error)>*>*>td, :not(.xdebug-error)>*>*>th {
	background-color: var(--really-light-tertiary-color);
}
th {
	filter: saturate(130%) hue-rotate(130%);
}
:not(.xdebug-error)>*>tr:nth-child(even)>*, table:not(.xdebug-error)>*:first-child th {
	background-color: var(--light-tertiary-color);
}
aside {
	float: right;
	width: calc((100vw - 755px) / 2)
}
/* aside {
	float: right;
	margin: 50px calc(-100px + (100vw - 900px) / -4 - 30px) 0 0;
	width: calc(100px + (100vw - 900px) / 4);
}
aside.left {
	float: left;
	margin: 50px 0 0 calc(-100px + (100vw - 900px) / -4 - 30px);
}
aside.ad {
	position: sticky;
	top: 8vh;
	height: 80vh;
	margin: 50px calc(-120px + (100vw - 900px) / -8 - 30px) 0 0;
	width: calc(120px + (100vw - 900px) / 8);
}
aside.ad.left {
	margin: 50px 0 0 calc(-120px + (100vw - 900px) / -8 - 30px);
}
aside.ad.outline-ad {
	margin: 50px calc(-55px + (100vw - 900px) / -8 - 30px) 0 0;
	width: calc(70px + (100vw - 900px) / 8);
}
aside.ad.outline-ad.left {
	margin: 50px 0 0 calc(-55px + (100vw - 900px) / -8 - 30px);
} */
.ad {
	text-align: center;
}
aside {
	float: right;
	width: calc((100vw - 755px)/2);
}
aside.left {
	float: left;
}
aside.ad {
	position: sticky;
	top: 6vh;
	height: 82vh;
}
aside.ad.outline-ad {
	width: calc((100vw - 955px)/2);
}
aside.ad>div {
	height: 100%;
	margin: auto;
	max-width: 305px;
}
aside.ad iframe {
	width: revert-layer;
}
.timeline {
	display: flex;
	flex-wrap: wrap;
	padding: 0 !important;
}
.timeline div {
	margin: 0 !important;
}
.timeline div:empty {
	flex-grow: 0.2;
	flex-shrink: 5;
}
.timeline .off-color-1 {
	background-color: var(--light-tertiary-color)!important;
}
.timeline .off-color-2 {
	background-color: var(--really-light-tertiary-color)!important;
}
.timeline.horizontal>* {
	flex: 1 1 0;
}
.timeline.vertical>* {
	flex: 1 1 auto;
}
.timeline.vertical {
	flex-wrap: wrap;
}
.timeline>div:nth-child(odd), .timeline .timeline:nth-child(even)>div:nth-child(even) {
	background-color: var(--light-primary-color);
}
.timeline>div:nth-child(even), .timeline .timeline:nth-child(even)>div:nth-child(odd) {
	background-color: var(--really-light-primary-color);
}
.timeline .all-time {
	flex-basis: 100%;
}
.onenote {
	padding-right: 25px;
}
.brief>.page {
	float: right;
	text-align: right;
	color: var(--secondary-text);
}
.brief .reporter-link img, .brief .page img {
	height: 16px;
	width: 16px;
	margin: 0 2px -2px 2px;
}
.reporter-link {
	padding-top: 0.5ex;
}
.reporter-link + .reporter-link {
	padding-top: 0;
	margin-top: -2px;
}
@media only screen and (max-device-width: 780px){
	.reporter-link + .reporter-link {
		margin-top: calc(-100vw / 80 + 11px);
	}
}
.brief .reporter-link img[src*="lexis"], .brief .page img[src*="lexis"], .brief .reporter-link img[src*="courtlistener"] {
	mix-blend-mode: multiply;
}
.brief span.page {
	display: inline-block;
	transform: skew(-7deg);
}
.brief span.page::after {
	content: " – ";
	display: inline;
	padding-right: .17em;
}
.brief>div, .outline>div {
	padding: 0.65ex;
}
.outline>hr+div, .outline>hr+div>div:first-child, .outline>hr+div>div:first-child>div:first-child {
	padding-top: 0 !important;
}
div.no-style {
	padding: 0 !important;
}
.brief-list details>*:nth-child(2) {
	margin-top: 5px;
}
.brief .subsection {
	margin: 3px 1px 3px 2ex;
}
.brief li>.subsection:first-child {
	margin: 0;
}
.brief .see>a, .brief .see>ul>li>a {
	display: inline-block;
	margin-bottom: 12px;
}
.brief .see>ul>li {
	min-height: 35px;
}
.brief .see>.missing-embed {
	margin-top: 3px;
	margin-bottom: 12px;
}
.brief .see>details {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.brief .content-advisory {
	background-color: #FFE2EA;
	border: 1px #FDAAC0 solid;
	display: block;
	margin: 1px;
	padding: 1px;
}
.brief .content-advisory:first-line {
	font-weight: 600;
}
.outline>div:not(.rule):not(:nth-child(2)), .outline :not(blockquote)>div:not(.rule):not(:nth-child(2)) {
	margin-top: 4px;
}
.outline>div:not(.rule):not(:last-child), .outline :not(blockquote)>div:not(.rule):not(:last-child) {
	padding: .75ex 2px;
	margin-bottom: 4px;
}
/* .outline a[href*="//"]:not([href*="matthewminer.name"]) {
	display: inline-block;
	padding-right: 13px;
} */ /* Yes, I've tried this twice to stop the link thingy from wrapping, but I seem to always forget that that makes the whole link a block, so long links will never wrap right. */
.outline a[href*="//"]:not([href*="matthewminer.name"])::after {
	/* margin-right: -13px; */
	padding-left: 1px;
	content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%2336c%22 d=%22M1.5 4.518h5.982V10.5H1.5z%22/%3E %3Cpath fill=%22%2336c%22 d=%22M5.765 1H11v5.39L9.427 7.937l-1.31-1.31L5.393 9.35l-2.69-2.688 2.81-2.808L4.2 2.544z%22/%3E %3Cpath fill=%22%23fff%22 d=%22M9.995 2.004l.022 4.885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z%22/%3E %3C/svg%3E");
}
a[href*="mminer2370f-20"]::after {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='37px'><text y='10' fill='black' font-size='10'>Paid link</text></svg>") !important;
	margin-left: 1px;
	vertical-align: super;
}
.outline .questionable::before {
	background-color: #FFDDE2;
	border: 1px #FBA3B6 solid;
	display: block;
	content: "Warning: I don't know if this is correct.";
	margin: 1px;
	padding: 1px;
}
.outline .questionable {
	background-color: #FFCDD2;
	border: 1px #F88376 solid;
	padding-top: 0!important;
}
.outline span.questionable {
	display: inline-block;
}
.not-tested {
	opacity: .3;
}
.missing-embed::before, .empty-embed::before {
	content: "⚠ Embedded item \"";
}
.missing-embed::after {
	content: "\" not found."
}
.empty-embed::after {
	content: "\" was found but was empty."
}
.missing-embed, .empty-embed {
	font-size: .7em;
	background-color: #E2DDDC;
	color: #675F5F;
	border: 1px #A99 solid;
	padding: 0 3px;
}
.scroll-percentage {
	bottom: 30px;
	background-color: rgba(255, 87, 34, 0.7);
	background-color: var(--secondary-color);
	display: block;
	filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, .4));
	font-size: 20pt;
	padding: 10px;
	position: sticky;
	text-align: right;
	width: calc(4.4ex + 20px);
	z-index: 100;
}
.scroll-percentage a {
	text-decoration: none;
	color: var(--dark-text) !important;
}
.outline-list * {
	position: relative;
}
.bullet-tooltip {
	background-color: rgba(255, 87, 34, 0.7);
	border-radius: 10px;
	bottom: -20%;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4));
	margin: 2px;
	opacity: 0;
	padding: 3px 5px 3px 5px;
	pointer-events: none;
	position: absolute;
	right: calc(100% + 20px);
	text-align: center;
	transition: all .3s ease-in-out;
}
.bullet-tooltip:first-letter {
	text-transform: capitalize;
}
li.good, li.okay, li.eh, li.bad, li.old, li.odd, li.gray {
	list-style: none;
}
li:before.hover {
	background-color: red;
}
li.good::before, li.okay::before, li.eh::before, li.bad::before, li.old::before, li.odd::before, li.gray::before {
	content: url(images/bullet_gray.png);
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4));
	margin-left: -19px;
	margin-right: 7px;
}
li.good::before {
	content: attr(data-content) url(images/bullet_check.png);
}
li.okay::before {
	content: attr(data-content) url(images/bullet_ok.png);
}
li.eh::before {
	content: attr(data-content) url(images/bullet_tilde.png);
}
li.bad::before {
	content: attr(data-content) url(images/bullet_x.png);
}
li.old::before {
	content: attr(data-content) url(images/bullet_turtle.png);
}
li.odd::before {
	content: attr(data-content) url(images/bullet_swirl.png);
}
li.gray::before {
	content: attr(data-content) url(images/bullet_gray.png);
}
/*li.good {
	list-style-image: url(images/bullet_check.png);
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4));
}*/
.brief>div li {
	margin: 0.7ex 0;
}
div, details {
	position: relative;
}
.embedded>h4:first-child, .embedded>h4:nth-child(2) {
	margin-top: 5px;
	margin-bottom: -5px;
}
.outline .float-ref {
	position: absolute;
	right: 3px;
	top: 0.65ex;
}
.brief .embedded:not(.brief) .float-ref {
	position: absolute;
	right: 3px;
	top: 0;
}
.embedded .float-ref {
	top: 33px;
}
.outline .float-ref+.float-ref {
	top: 2.65ex;
}
.brief .embedded .float-ref+.float-ref {
	top: 2ex;
}
.embedded .float-ref+.float-ref {
	top: calc(33px + 2ex);
}
.outline .float-ref+.float-ref+.float-ref {
	top: 4.65ex;
}
.brief .embedded .float-ref+.float-ref+.float-ref {
	top: 4ex;
}
.embedded .float-ref+.float-ref+.float-ref {
	top: calc(33px + 4ex);
}
.outline h4+h4+.float-ref+.float-ref+.float-ref+*, .brief .embedded h4+h4+.float-ref+.float-ref+.float-ref+* {
	margin-top: 1.05ex;
}
.embedded h4+h4+.float-ref+.float-ref+.float-ref+* {
	margin-top: 1.4ex;
}
.outline h4+.float-ref+.float-ref+*, .brief .embedded h4+.float-ref+.float-ref+:not(.float-ref) {
	margin-top: 1.6ex;
}
.embedded h4+.float-ref+.float-ref+:not(.float-ref) {
	margin-top: 2.1ex;
}
.rtTooltipHeader {
	color: var(--item-text-color);
	background-color: var(--tertiary-color) !important;
}
.rtTooltipBody {
	background-color: var(--light-tertiary-color) !important;
	padding-bottom: 10px !important;
	padding-top: 12px !important;
}
.rtTooltipFooter {
	background-color: var(--quaternary-color) !important;
	padding-top: 12px !important;
}
.author {
	display: inline-block;
	transform: skew(-7deg);
	font-weight: 500;
}
blockquote {
	color: var(--dark-text);
	padding: 8px;
	border-top: 1px solid #e1cc89;
	border-bottom: 1px solid #e1cc89;
	margin: 5px;
	background: url(images/closequote1.gif) bottom right no-repeat;
	background-color: #faebbc;
	position: relative;
	z-index: 2;
}
.ali-notice {
	display: inline-block;
	font-size: 95%;
	margin-top: -10px !important;
	margin-left: 5px;
	padding: 5px !important;
	position: relative;
	z-index: 1;
}
blockquote+.ali-notice {
	background-color: #faebbc;
	border: 1px solid #e1cc89;
	border-top: 2px solid #faebbc;
	border-radius: 0 0 7px 7px;
	margin-left: 7px;
}
.brief p:not(:only-of-type) {
	text-indent: 20px;
}
.brief p:not(:only-of-type) *, .brief .outline p {
	text-indent: initial;
}
blockquote div:first-child, blockquote>p {
	text-indent: 23px;
	padding-right: 13px;
}
blockquote > :first-child {
	background: url(images/openquote1.gif) top left no-repeat;
}
blockquote div li {
	text-indent: initial;
}
div.letter-paper-ratio {
	width: 100%;
	padding-bottom: 135%!important; /* Should be ~130%, but Chrome's toolbars take up space */
	position: relative;
	overflow: hidden;
}
div object {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	overflow: hidden;
}
em {
	font-weight: 500;
}
u.double {
	text-decoration: double underline;
}
.small {
	font-size: 70%;
}
.case-name {
	font-style: italic;
}
.brief img {
	max-width: 100%;
}
iframe, embed, object {
	width: 100%;
	height: 101%;
	border: none;
}
ol, ul {
    margin-left: initial !important;
}
[onclick^=toggleCollapse]+ol, summary+ol, [onclick^=toggleCollapse]+ul, summary+ul {
	margin-top: 7px;
}
li {
	text-indent: initial;
}
li>details:first-child, li>.questionable:first-child {
	display: inline-block;
	vertical-align: top;
	margin-top: 0 !important;
	width: calc(100% - 10px);
}
ul.dash {
	list-style-type: none;
}
ul.dash > li {
	text-indent: -13px;
}
ul.dash > li:before {
	content: "-";
    margin-right: 0.5em;
}
ol.rp, 
.float-ref~ol, 
.float-ref~ol ol, 
ol.statutory-list, 
blockquote[cite*="law.cornell.edu"] ol, 
blockquote[cite*="americanbar.org"] ol, 
blockquote[cite*="dcmetrotrustcode.com"] ol {
	counter-reset: pcounter;
	contain: style;
	list-style-type: none !important;
}
ol.rp[start], 
.float-ref~ol[start], 
.float-ref~ol ol[start] {
	counter-reset: pcounter calc(attr(start integer) - 1);
}
ol.rp li, 
.float-ref~ol li, 
ol.statutory-list >li, 
blockquote[cite*="law.cornell.edu"] ol >li, 
blockquote[cite*="americanbar.org"] ol >li, 
blockquote[cite*="dcmetrotrustcode.com"] ol >li {
	counter-increment: pcounter;
}
ol.rp li::before, 
.float-ref~ol li::before, 
ol.statutory-list >li::before, 
blockquote[cite*="law.cornell.edu"] ol >li::before, 
blockquote[cite*="americanbar.org"] ol >li::before, 
blockquote[cite*="dcmetrotrustcode.com"] ol >li::before {
	margin-right: -.138em;
	margin-left: -1em;
	content: counter(pcounter) ") ";
}
ol.rp[style*="lower-latin"]>li::before {
	content: counter(pcounter, lower-latin) ") ";
}
ol.rp[style*="upper-latin"]>li::before {
	content: counter(pcounter, upper-latin) ") ";
}
ol.rp[style*="list-style-type"]>li::before {
	content: counter(pcounter, attr(list-style-type)) ") ";
}
ol.lp.rp>li::before, 
.float-ref~ol li::before {
	margin-left: -1.4em;
	content: "(" counter(pcounter) ") ";
}
ol.lp.rp[style*="lower-alpha"]>li::before, 
.float-ref~ol[style*="lower-alpha"]>li::before, 
.float-ref~ol ol[style*="lower-alpha"]>li::before, 
ol.lp.rp[style*="lower-latin"]>li::before, 
.float-ref~ol[style*="lower-latin"]>li::before, 
.float-ref~ol ol[style*="lower-latin"]>li::before, 
ol.statutory-list >li::before, 
blockquote[cite*="law.cornell.edu"] ol >li::before, 
blockquote[cite*="americanbar.org"] ol >li::before, 
blockquote[cite*="dcmetrotrustcode.com"] ol >li::before {
	content: "(" counter(pcounter, lower-alpha) ") ";
}
ol.lp.rp[style*="upper-alpha"]>li::before, 
.float-ref~ol[style*="upper-alpha"]>li::before, 
.float-ref~ol ol[style*="upper-alpha"]>li::before, 
ol.lp.rp[style*="upper-latin"]>li::before, 
.float-ref~ol[style*="upper-latin"]>li::before, 
.float-ref~ol ol[style*="upper-latin"]>li::before, 
ol.statutory-list ol ol >li::before, 
blockquote[cite*="law.cornell.edu"] ol ol ol >li::before, 
blockquote[cite*="americanbar.org"] ol ol ol >li::before, 
blockquote[cite*="dcmetrotrustcode.com"] ol ol ol >li::before {
	content: "(" counter(pcounter, upper-alpha) ") ";
}
ol.lp.rp[style*="decimal"]>li::before, 
.float-ref~ol[style*="decimal"]>li::before, 
.float-ref~ol ol[style*="decimal"]>li::before, 
ol.statutory-list ol >li::before, 
blockquote[cite*="law.cornell.edu"] ol ol >li::before, 
blockquote[cite*="americanbar.org"] ol ol >li::before, 
blockquote[cite*="dcmetrotrustcode.com"] ol ol >li::before {
	content: "(" counter(pcounter, decimal) ") ";
}
ol.lp.rp[style*="lower-roman"]>li::before, 
.float-ref~ol[style*="lower-roman"]>li::before, 
.float-ref~ol ol[style*="lower-roman"]>li::before, 
ol.statutory-list ol ol ol >li::before, 
blockquote[cite*="law.cornell.edu"] ol ol ol ol >li::before, 
blockquote[cite*="americanbar.org"] ol ol ol ol >li::before, 
blockquote[cite*="dcmetrotrustcode.com"] ol ol ol ol >li::before {
	content: "(" counter(pcounter, lower-roman) ") ";
}
div:not([class]):first-child {
	margin-top: 0!important;
}
details, .embedded, section>.subsection {
	box-shadow: 0 2px 5px 0 black;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	margin: 9px 1px 4px 3px !important;
	padding: 4px 1px 2px 4px !important;
}
section>.subsection {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
}
details+details, .embedded+.embedded {
	margin-top: 5px !important;
}
[onclick^=toggleCollapse], summary {
	background-color: var(--light-primary-color);
	color: var(--quaternary-color);
	margin: -4px!important;
	padding: 6px!important;
	padding-right: 1px!important;
	margin-right: -1px!important;
	color: var(--primary-color);
	cursor: pointer;
}
[onclick]:hover, summary:hover {
	background-color: var(--really-light-primary-color);
	color: var(--hover-secondary-color);
	cursor: pointer;
	z-index: 2;
}
[onclick^=toggleCollapse]+math, summary+math {
	display: block;
	margin-top: 5px;
}
.embedding-heading {
	display: inline;
}
footer {
	background-color: var(--primary-color);
	bottom: 0;
	box-shadow: 0 2px 5px 0 black;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	color: var(--item-text-color);
	font-size: 15px;
	left: 0;
	line-height: 1.7;
	margin-top: 20px;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: center;
}
footer a {
	color: inherit !important;
}
@media (prefers-color-scheme: dark) {
	body {
		background-color: var(--dark-secondary-color);
	}
	h1 {
		color: var(--lightish-primary-color);
		text-shadow: 0 2px 5px rgba(0,0,0,0.75);
	}
	a.button, nav ul li a, ul.buttons li a {
		background-color: var(--dark-primary-color);
	}
	a:not(.button) {
		color: var(--light-quaternary-color);
	}
	/* a:not(.button):hover {
		color: var(--quaternary-color);
	} */
	a:not(.button):visited {
		color: var(--light-primary-color);
	}
	a:not(.button):visited:hover {
		color: var(--primary-color);
	}
	/* [onclick^=toggleCollapse] a:not(.button), summary a:not(.button), blockquote a:not(.button) {
		color: var(--quaternary-color);
	} */
	a:hover {
		color: var(--quaternary-color);
		box-shadow: 0 2px 4px rgba(0,0,0,0.80);
	}
	section, .after-ad>div, details, .embedded, section>.subsection {
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.75);
	}
	[onclick^=toggleCollapse], summary {
		background-color: var(--dark-primary-color);
		color: var(--light-primary-color);
	}
	a.button:hover, nav ul li a:hover, ul.buttons li a:hover,
	[onclick]:hover, summary:hover {
		background-color: var(--primary-color);
	}
	table {
		color: var(--dark-text);
	}
	table a:not(.button) {
		color: var(--quaternary-color);
	}
	.missing-embed, .empty-embed {
		background-color: #675F5F;
		color: #E2DDDC;
	}
	blockquote {
		color: var(--primary-text);
		background-color: #574e26;
		background-color: lch(33%, 24.8, 94.8);
	}
	blockquote+.ali-notice {
		background-color: #574e26;
		background-color: lch(33%, 24.8, 94.8);
	}
}