article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary
{
	display: block;
}
audio,canvas,video
{
	display: inline-block;
}
audio:not([controls])
{
	display: none;
	height: 0;
}
[hidden],template
{
	display: none;
}
html
{
	font-family: sans-serif;
	ms-text-size-adjust: 100%;
	webkit-text-size-adjust: 100%;
}
body
{
	margin: 0;
}
a
{
	background: transparent;
}
a:focus
{
	outline: thin dotted;
}
a:active,a:hover
{
	outline: 0;
}
h1
{
	font-size: 2em;
	margin: .67em 0;
}
abbr[title]
{
	border-bottom: 1px dotted;
}
b,strong
{
	font-weight: bold;
}
dfn
{
	font-style: italic;
}
hr
{
	box-sizing: content-box;
	height: 0;
}
mark
{
	background: #ff0;
	color: #000;
}
code,kbd,pre,samp
{
	font-family: monospace,serif;
	font-size: 1em;
}
pre
{
	white-space: pre-wrap;
}
q
{
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small
{
	font-size: 80%;
}
sub,sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup
{
	top: -0.5em;
}
sub
{
	bottom: -0.25em;
}
img
{
	border: 0;
}
svg:not(:root)
{
	overflow: hidden;
}
figure
{
	margin: 0;
}
fieldset
{
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend
{
	border: 0;
	padding: 0;
}
button,input,select,textarea
{
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button,input
{
	line-height: normal;
}
button,select
{
	text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]
{
	cursor: pointer;
	webkit-appearance: button;
}
button[disabled],html input[disabled]
{
	cursor: default;
}
input[type="checkbox"],input[type="radio"]
{
	box-sizing: border-box;
	padding: 0;
}
input[type="search"]
{
	box-sizing: content-box;
	webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration
{
	webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
textarea
{
	overflow: auto;
	vertical-align: top;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #ccc;
}

th, td {
    padding: 9px;
    text-align: left;
}
tr:hover{background-color:#f5f5f5}

/*
  Five-color theme from a single blue hue.
*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #eaeef3;
}

.hljs {
  color: #00193a;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-title,
.hljs-section,
.hljs-doctag,
.hljs-name,
.hljs-strong {
  font-weight: bold;
}

.hljs-comment {
  color: #001120;
}

.hljs-string,
.hljs-title,
.hljs-section,
.hljs-built_in,
.hljs-literal,
.hljs-type,
.hljs-addition,
.hljs-tag,
.hljs-quote,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #0048ab;
}

.hljs-meta,
.hljs-subst,
.hljs-symbol,
.hljs-regexp,
.hljs-attribute,
.hljs-deletion,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-bullet {
  color: #4c81c9;
}

.hljs-emphasis {
  font-style: italic;
}

*,*:before,*:after
{
	box-sizing: border-box;
}
html,body
{
	height: 100%;
}
body
{
	font-family: "Avenir Next",Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.466666667;
}
h1,h3,h4,h5,strong
{
	font-family: "Avenir Next Demi","Avenir Next",Arial,sans-serif;
	font-weight: 600;
}
.site-title
{
	color: #919395;
	display: inline-block;
	font-family: "Avenir Next",Arial,sans-serif;
	font-size: 1.625em;
	font-weight: normal;
	line-height: 1.2941176470588236;
	margin: 0;
}
h2
{
	font-size: 1.375em;
	font-style: normal;
	font-weight: 400;
	margin: 1.4em 0 0 0;
}
h4
{
	font-size: 1em;
	text-transform: uppercase;
}
.page-title
{
	margin-top: .727272727em;
}
img
{
	height: auto;
	max-width: 100%;
}
.main-content ul
{
	padding-left: 1.1em;
}
.main-content li
{
	margin-bottom: 5px;
}
li h3,li h4
{
	margin: 0;
}
li p
{
	margin-top: 0;
}
a
{
	transition: .2s;
	webkit-transition: .2s;
}
a,a:link,a:visited
{
	color: #0000AA;
	text-decoration: none;
}
a:hover
{
	color: rgba(0,0,170,0.5);
	text-decoration: none;
}
a:focus
{
	outline: thin dotted;
}
a.skip-link
{
	color: #f00;
	padding: .25em;
}
a.skip-link:hover,a.skip-link:active,a.skip-link:focus
{
	background-color: #f00;
	border-bottom: 0;
	color: #fff;
}
.sidebar-nav ul
{
	margin: 0;
	padding: 0;
}
.sidebar-nav li
{
	border-left: 4px solid transparent;
	font-size: 18px;
	list-style: none;
	overflow: hidden;
}
.sidebar-nav li>ul li
{
	font-size: 14px;
}
.sidebar-nav li>ul li a
{
	padding-left: 20px;
}
.sidebar-nav a
{
	display: block;
	padding: 10px;
	transition: unset;
	webkit-transition: unset;
}
.sidebar-nav a,.sidebar-nav a:link,.sidebar-nav a:visited
{
	border-bottom: 0;
	color: #75787b;
}
.sidebar-nav li:hover,.sidebar-nav a:focus,.sidebar-nav li:active,.sidebar-nav .sidebar-nav-active
{
	background-color: transparent;
	border-left: 4px solid #00a;
	color: #75787b;
}
.sidebar-nav li:hover,.sidebar-nav li:active,.sidebar-nav .sidebar-nav-active
{
	border-left: 4px solid rgba(0,0,160,0.2);
}
.sidebar-nav li:hover li:hover,.sidebar-nav li:hover li.sidebar-nav-active,.sidebar-nav li:active li:hover,.sidebar-nav li:active li.sidebar-nav-active,.sidebar-nav .sidebar-nav-active li:hover,.sidebar-nav .sidebar-nav-active li.sidebar-nav-active
{
	border-left: 4px solid rgba(0,0,170,0.5);
}
.sidebar-nav a:focus
{
	padding-left: 6px;
}
.sidebar-nav li:hover a:focus,.sidebar-nav li:active a:focus
{
	border-left: none;
	padding-left: 10px;
}
.group:before,.group:after
{
	content: " ";
	display: table;
}
.group:after
{
	clear: both;
}
.nav-children
{
	display: block;
	max-height: 800px;
	opacity: 1;
	transition: max-height .2s,opacity .2s;
	webkit-transition: max-height .2s,opacity .2s;
}
.nav-children[aria-hidden=true]
{
	max-height: 0;
}
.expand-subnav
{
	appearance: none;
	background: 0;
	border: 0;
	border-radius: 50%;
	color: #00a;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 22px;
	font-weight: bold;
	height: 26px;
	line-height: 1;
	margin: 8px;
	moz-appearance: none;
	o-appearance: none;
	padding-bottom: 5px;
	position: relative;
	transition: transform .2s,-webkit-transform .2s;
	transition: transform .2s;
	transition: -webkit-transform .2s;
	webkit-appearance: none;
	webkit-transition: -webkit-transform .2s;
	width: 26px;
}
.expand-subnav:hover
{
	background-color: #00a;
	color: #fff;
	outline: 0;
}
.expand-subnav[aria-expanded=true]
{
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
}
.logo
{
	display: block;
}
.content
{
	padding-bottom: 2em;
	padding-top: 2em;
}
section:before
{
	content: "";
	display: block;
	height: 60px;
	margin: -60px 0 0;
}
.wrap
{
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
}
header
{
	background-color: #fff;
	border-bottom: 4px solid #00A;
	padding: 2em 0;
	width: 100%;
}
.container
{
	display: table;
	height: 100%;
	width: 100%;
}
footer
{
	background: #f1f2f2;
	border-top: 1px solid #babbbd;
	display: table-row;
	font-size: .875em;
	height: 1px;
	width: 100%;
}
footer .wrap
{
	padding-bottom: 1px;
	padding-top: 1px;
}
.hidden
{
	display: none!important;
	visibility: hidden;
}
.visuallyhidden
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus
{
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible
{
	visibility: hidden;
}
.intro
{
	color: #1111aa;
	font-family: "Avenir Next Demi",Arial,sans-serif;
	font-style: italic;
	font-weight: normal;
}
li h4
{
	margin: 0;
}
.license
{
	font-family: "Avenir Next Demi",Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
}
pre
{
	background-color: #232323;
	font-size: .875em;
	max-width: 100%;
	overflow-y: scroll;
	padding: 1px;
}
ul.posts
{
	padding: 0;
}
.posts li
{
	list-style: none;
}
.post-date
{
	color: #75787b;
}
ul.repo-list
{
	margin: .5em 0 1em 0;
	padding: 0;
}
.repo-list li
{
	list-style: none;
}
.repo-list p
{
	font-size: .875em;
	margin: 0;
}
.repo-list h4
{
	text-transform: none;
}
.group:before,.group:after
{
	content: " ";
	display: table;
}
.group:after
{
	clear: both;
}
.group
{
	zoom: 1;
}
@media screen and (min-width:45em) and (min-height:32.5em)
{
	.logo
	{
		float: right;
		max-width: 30%;
		padding-right: 20px;
	}
	aside
	{
		float: left;
		width: 30%;
	}
	.main-content
	{
		float: right;
		margin-bottom: 80px;
		width: 67%;
	}
	.repo-list li
	{
		background-color: #e7e7e6;
		border-left: 1px solid #babbbd;
		display: block;
		float: left;
		height: 4.0625em;
		list-style: none;
		max-height: 4.0625em;
		width: 30%;
	}
	.repo-list a:link,.repo-list a:visited
	{
		background-color: #e7e7e6;
		border-bottom: 0;
		display: block;
		max-height: 4.0625em;
		padding: .625em 1em 1em 1em;
	}
	.repo-list a:hover
	{
		background-color: #cde3f1;
		color: #4d5f87;
	}
	.repo-list li:first-child
	{
		border-left: none;
		line-height: 60px;
		padding: .625em 1em;
		text-align: center;
		width: 10%;
	}
}
@media screen and (max-width:54.375em) and (min-height:32.5em)
{
	.repo-list li
	{
		height: 6em;
		max-height: 6em;
	}
	.repo-list a:link,.repo-list a:visited
	{
		max-height: 6em;
	}
}
@media screen and (max-width:40.5em)
{
	.main-content
	{
		margin-top: 1.5em;
	}
}
