@supports (-webkit-appearance:none) {
	.palette-primary-ozone-docs {
		background: #ebebeb
	}
}
.palette-primary-ozone-docs .footer,
.palette-primary-ozone-docs .header {
	background: #13161a
}

.palette-primary-ozone-docs .drawer .toc a.current,
.palette-primary-ozone-docs .drawer .toc a:focus,
.palette-primary-ozone-docs .drawer .toc a:hover {
	color: #1BAED8
}
.palette-primary-ozone-docs .drawer .anchor a {
	border-left: 2px solid #1baed8
}
.ios.standalone .palette-primary-ozone-docs .article {
	background: -webkit-linear-gradient(top, #fff 50%, #1BAED8 0);
	background: linear-gradient(180deg, #fff 50%, #1BAED8 0)
}
.palette-primary-ozone-docs .article a,
.palette-primary-ozone-docs .article code,
.palette-primary-ozone-docs .article h1,
.palette-primary-ozone-docs .article h2 {
	color: #13161a
}
.palette-primary-ozone-docs .article .headerlink {
	color: rgba(0, 0, 0, .26)
}
.palette-primary-ozone-docs .article table th {
	background: #1baed8
}
.palette-primary-ozone-docs .results .meta {
	background: #518ad9
}
@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-ozone-docs .article a:focus,
.palette-accent-ozone-docs .article a:hover {
	color: #1BAED8
}

.palette-accent-ozone-docs .repo a {
	background: #1BAED8
}
.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-ozone-docs .project{
		background:#1BAED8
	}
	.palette-primary-print-page .project {
		background: #ffffff
	}
}