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

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