@supports (-webkit-appearance:none){
.palette-primary-tbc-grey {
	background:#313a42
	}
}
.palette-primary-tbc-grey .footer,
.palette-primary-tbc-grey .header
{
	background:#313a42
}
.palette-primary-tbc-grey .drawer .toc a.current,
.palette-primary-tbc-grey .drawer .toc a:focus,
.palette-primary-tbc-grey .drawer .toc a:hover
{
	color:#000000;
}
.palette-primary-tbc-grey .drawer .anchor a
{
	border-left:1.5px solid #313A42;
}
.ios.standalone .palette-primary-tbc-grey .article
{
	background:-webkit-linear-gradient(top,#fff 50%,#313a42 0);
	background:linear-gradient(180deg,#fff 50%,#313a42 0)
}
.palette-primary-tbc-grey .article a,
.palette-primary-tbc-grey .article code,
.palette-primary-tbc-grey .article h1,
.palette-primary-tbc-grey .article h2 {
	color:#313a42
}

.palette-primary-tbc-grey .article .headerlink {
	color:rgba(0,0,0,.26)
}
.palette-primary-tbc-grey .article table th {
	background:#313a42
}
.palette-primary-tbc-grey .results .meta {
	background:#313a42
}

@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-tbc-grey .article a:focus,
.palette-accent-tbc-grey .article a:hover
{
	color:#313a42
}
.palette-accent-tbc-grey .repo a
{
	background:#313a42
}

.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-tbc-grey .project {
		background:#313a42
	}
	.palette-primary-print-page .project {
		background: #ffffff
	}
}