@supports (-webkit-appearance:none) {
	.palette-primary-blue {
		background: #3E6FB7
	}
}

.palette-primary-blue .footer,
.palette-primary-blue .header {
	background: #3E6FB7;
}

.palette-primary-blue .drawer .toc a.current,
.palette-primary-blue .drawer .toc a:focus,
.palette-primary-blue .drawer .toc a:hover {
	color: #3E6FB7
}

.palette-primary-blue .drawer .anchor a {
	border-left: 1px solid #3E6FB7
}

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

.palette-primary-blue .article a,
.palette-primary-blue .article code,
.palette-primary-blue .article h1,
.palette-primary-blue .article h2 {
	color: #3E6FB7
}

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

.palette-primary-blue .article table th {
	background: #3E6FB7
}

.palette-primary-blue .article table tr {
	background: #fcfcfc
}

.palette-primary-blue .results .meta {
	background: #3E6FB7
}

@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 black;
}

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

.palette-accent-blue .article a:focus,
.palette-accent-blue .article a:hover {
	color: #6889ff
}

.palette-accent-blue .repo a {
	background: #6889ff
}

.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-blue .project {
		background: #3E6FB7
	}
	.palette-primary-print-page .project {
		background: #ffffff
	}
}