@supports (-webkit-appearance:none) {
	.palette-primary-neutron-orange {
		background: #f06c21
	}
}
.palette-primary-neutron-orange .footer,
.palette-primary-neutron-orange .header {
	background: #f06c21
}
.palette-primary-neutron-orange .drawer .toc a.current,
.palette-primary-neutron-orange .drawer .toc a:focus,
.palette-primary-neutron-orange .drawer .toc a:hover {
	color: #f06c21
}
.palette-primary-neutron-orange .drawer .anchor a {
	border-left: 2px solid #f06c21
}
.ios.standalone .palette-primary-neutron-orange .article {
	background: -webkit-linear-gradient(top, #fff 50%, #f06c21 0);
	background: linear-gradient(180deg, #fff 50%, #f06c21 0)
}
.palette-primary-neutron-orange .article a,
.palette-primary-neutron-orange .article code,
.palette-primary-neutron-orange .article h1,
.palette-primary-neutron-orange .article h2 {
	color: #f06c21
}
.palette-primary-neutron-orange .article .headerlink {
	color: rgba(0, 0, 0, .26)
}
.palette-primary-neutron-orange .article table th {
	background: #f06c21
}
.palette-primary-neutron-orange .results .meta {
	background: #f06c21
}
@supports (-webkit-appearance:none) {
	.palette-primary-print-page {
		background: #fff;
		margin: 0.5in;
	}
}
.palette-primary-print-page .footer,
.palette-primary-print-page .header {
	display: none;
}
.palette-primary-print-page .drawer .toc a.current,
.palette-primary-print-page .drawer .toc a:focus,
.palette-primary-print-page .drawer .toc a:hover {
	display: none;
}
.palette-primary-print-page .drawer .anchor a {
	display: none;
}
.ios.standalone .palette-primary-print-page .article {
	background: -webkit-linear-gradient(top, #fff 50%, #fff 0);
	background: linear-gradient(180deg, #fff 50%, #fff 0)
}
.palette-primary-print-page .article a,
.palette-primary-print-page .article code,
.palette-primary-print-page .article h1,
.palette-primary-print-page .article h2,
.palette-primary-print-page .article h3,
.palette-primary-print-page .article h4 {
	color: #000000;
}
.palette-primary-print-page .article .headerlink {
	color: rgba(0, 0, 0, .26)
}
.palette-primary-print-page .article table th {
	background: #fcfcfc;
	border: 1px solid black;
	border-radius: 0;
	border-spacing: 0;
}
.palette-primary-print-page .article table tr {
	background: #ffffff;
	border: 1px solid #566068;
}
.palette-primary-print-page .results .meta {
	background: #000000;
}
.palette-accent-neutron-orange .article a:focus,
.palette-accent-neutron-orange .article a:hover {
	color: #f06c21
}

.palette-accent-neutron-orange .repo a {
	background: #f06c21
}
.palette-accent-print-page .article a:focus,
.palette-accent-print-page .article a:hover {
	color: #000000
}
.palette-accent-print-page .repo a {
	display: #ffffff;
}
@media only screen and (max-width:959px) {
	.palette-primary-neutron-orange .project{
		background:#f06c21
	}
	.palette-primary-print-page .project {
		background: #ffffff
	}
}