code {
	border: none;
	border-radius: 0;
	white-space: pre-wrap;
}
button.button-copy.enabled {
	display: inline-block;
	float: right;
	vertical-align: top;
	position: sticky;
	top: 0;
	font-family: FontAwesome;
	font-size: 18px;
	background: #006699;
	color: #ffffff;
	border: 0;
	margin: 0 0.25em;
	height: 30px;
	width: 30px;
	transform: none;
}
button.button-expand {
	display: inline-block;
	float: right;
	vertical-align: top;
	position: sticky;
	top: 0;
	font-family: FontAwesome;
	font-size: 18px;
	background: #006699;
	color: #ffffff;
	border: 0;
	margin: 0 0.25em;
	height: 30px;
	width: 30px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
button.copy-button:hover, button.copy-button:focus, button.expand-button:hover, button.expand-button:focus {
	cursor: pointer;
	background-color: #005580; /* Darken #006699 by 10% */
}
code > a {
	color: #006699;
	text-decoration: underline;
	font-weight: 700;
	font-size: 1.1em;
}
code > a:hover, code > a:focus {
	text-decoration: underline;
	cursor: pointer;
}
dd {
	border-left: 0;
	margin: 0 0 1.5rem 0;
	padding-left: 0;
}
dd:has(+ dd) {
	margin-bottom: 0;
	padding-bottom: 0.5em;
}
dt {
	font-size: 1.2rem;
	color: #222222;
	font-weight: 600;
}
dt code, h2 code, h3 code, h4 code {
	color: #000;
}
h2[id] .panel, h3[id] .panel {
	border: 0;
	padding: 0.5em;
	text-align: center;
}
h2[id] .panel code, h3[id] .panel code {
	background-color: transparent;
	padding: 0;
	font-weight: 700;
}
pre:has(> code) {
	background: hsl(0, 0%, 94%);
	border: 1px solid #949494;
	display: block;
	position: relative;
	overflow-y: scroll;
}
pre code {
	background: none;
	padding: 0;
}
pre:has(+ details.demo) {
	margin-bottom: 0;
	border-bottom: none;
}
span.color-swatch {
	display: block;
	height: 100%;
	width: 100%;
}
span.color-swatch-normalize {
	height: 1em;
	width: 1em;
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 0.3em;
	border: 1px solid #000;
	background-color: #ffffff;
}
table {
	margin-bottom: 2rem;
}
table tbody tr {
	border-top: 1px solid #ddd;
}
table td {
	vertical-align: top;
}
table:not(:has(tr th + th + th)) tr th:first-child {
	width: 33%;
}
pre:has(code.language-*):before {
	content: 'CODE';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.7em;
	padding: 0.2em 0.5em;
	font-weight: 700;
	background-color: #d9d9d9;
	color: #333333;
	border-radius: 3px 0 3px 0;
}
details.demo {
	background: #ffffff;
	border: 1px solid #949494;
	margin: 0 0 1.5rem 0;
}
details.demo > summary {
	padding: 0;
}
details.demo > summary:after {
	content: "";
	background: url(../images/ui/accordion/icon_chevron_red_16.svg) no-repeat center center;
	opacity: 1;
	width: 20px;
	height: 20px;
	position: absolute;
	left: auto;
	right: 0;
}
.layout-table {
	background: #f7f7f7;
	text-align: center;
	display: inline-block;
	outline: 1px solid #666;
}
@media (min-width: 768px) {
	.sidebar-primary {
		position: sticky;
		top: 2rem;
	}
}
.style-target {
	font-family: monospace;
	color: #006699;
	font-size: 1.3rem;
	font-weight: 700;
	margin: 1em 0;
}
.demo-controls {
	margin-top: -0.25em;
	margin-bottom: 0.75em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #666;
}