@supports (-webkit-appearance:none) {
	.palette-primary-docs {
		background: #09B9B9;
	}
}
.palette-primary-docs .footer,
.palette-primary-docs .header {
	background: #13161A;
}

.palette-primary-docs .drawer .toc a.current,
.palette-primary-docs .drawer .toc a:focus {
	color: #09B9B9;
}
.palette-primary-docs .drawer .toc a:hover {
	color: #09B9B9;
}

.palette-primary-docs .drawer .anchor a {
	border-left: 1px solid #09B9B9;
}

.ios.standalone .palette-primary-docs .article {
	background: -webkit-linear-gradient(top, #fff 50%, #fcfcfc 0);
	background: linear-gradient(180deg, #fff 50%, #fcfcfc 0)
}

.palette-primary-docs .article a,
.palette-primary-docs .article code,
.palette-primary-docs .article h1,
.palette-primary-docs .article h2 {
	color: #09B9B9;
}

.palette-primary-docs .article .headerlink {
	color: rgba(0, 0, 0, .26)
}

.palette-primary-docs .article table th {
	background: rgba(9,185,185,0.9);
	vertical-align: middle;
}

.palette-primary-docs .article table tr {
	background: #fff;
	border-left: 1px solid rgba(9,185,185,0.5);
	border-bottom: 1px solid rgba(9,185,185,0.5);
	border-right: 1px solid rgba(9,185,185,0.5);
}

.palette-primary-docs .article table td {
	background: #fff;
	border-bottom: 1px solid rgba(9,185,185,0.4);
	border-right: 1px solid rgba(9,185,185,0.5);
}

.palette-primary-docs .results .meta {
	background: #09B9B9;
}

@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: #000;
}

.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 #000;
}

.palette-primary-print .results .meta {
	background: #000000;
}

.palette-accent-docs .article a:focus,
.palette-accent-docs .article a:hover {
	color: #09B9B9;
}

.palette-accent-docs .repo a {
	background: #09B9B9;
}

.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: #09B9B9
	}
	.palette-primary-print .project {
		background: #ffffff
	}
}