body{
	padding-top: 106px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #002337;
}
/* shadow utility class */
.shadow{
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
}
/* gambio header */
.main-header{
	background-color: #002337;
	color: white;
	min-height: 50px;
}
.main-header a{
	color: white;
	font-weight: bold;
}
.main-header .navbar-brand{
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}
.main-header .gambio-logo-img{
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	height: 30px;
}
.main-header .title{
	margin-top: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
}
/* navigation sidebar */
.side-nav {
	margin-top: 1.2em;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.side-nav{
		min-height: 81vh;
	}
}
.nav-sidebar ul {
	list-style-type: none;
	padding-left: 0.8em;
}
.nav-sidebar li:hover{
	z-index: 1080;
	position: relative;
}
.nav-sidebar .endnode{
	position: relative;
}
.nav-sidebar .endnode:hover a{
	position: absolute;
	top: 0;
	box-shadow: 0 0 5px 1px rgb(204,204,204);
	background: white;
	border-radius: 5px;
}
.nav-sidebar .endnode:hover::after{
	content: '';
	display: block;
	width: 100%;
	height: 1.75em;
}

.side-nav.affix {
	position: relative;
	overflow: auto;
	width: 100%;
	padding-left: 6px;
}
/* have it display a leading caret */
.nav-toggle.collapsed::before{
	content: "▸";
	margin-right: 5px;
}
.nav-toggle:not(.collapsed)::before{
	content: "▾";
	margin-right: 3px;
}
.nav-sidebar ul {
	list-style-type: none;
	padding-left: 0.8em;
}
.nav-sidebar li:hover{
	z-index: 1080;
	position: relative;
}
.nav-sidebar .endnode{
	position: relative;
}
.nav-sidebar .endnode a:hover{
	position: absolute;
	top: 0;
	box-shadow: 0 0 5px 1px rgb(204,204,204);
	background: white;
	border-radius: 5px;
}
.nav-sidebar .endnode:hover::after{
	content: '';
	display: block;
	width: 100%;
	height: 1.75em;
}
.nav-sidebar li a {
	text-decoration: none;
	cursor: pointer;
	color: #002337;
	
	padding: 0.3em;
	display: block;
	
	padding: 0.3em;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nav-sidebar li a:hover{
	background-color: #eee;
	
	overflow: visible;
	white-space: normal;
	text-overflow: clip;
}
.nav-inner li a{
	font-size: 0.95em;
	padding: 0.2em 0.4em;
}
/* content section */
.page-header{
	margin: 0;
	font-weight: 700;
}

a{
	color: #0091e6;
}
a:hover{
	color: #34b4ff;
}
a.nav-selected {
	font-weight: bold;
}
a.open{
	font-weight: bold;
	color: #002337;
}
/* gambio footer */
.main-footer {
	background: #1b1b1b;
	position: absolute;
	color: white;
	width: 100%;
	padding-top: 15px;
	height: 50px;
	font-weight: bold;
}

/* content */
.page-header{
	word-break: break-all;
}

h2.sub-header{
	font-size: 1.5em;
}

h2.sub-header span{
	display: block;
}

/* snippet section */
td.hljs-ln-numbers {
	/* line count style */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	color: #ccc;
	border-right: 1px solid #CCC;
	vertical-align: top;
	
	width: 2em;
}
/* Highlight hovered row */
table.hljs-ln {
	display: block;
}
table.hljs-ln tbody{
	display: block;
}
table.hljs-ln tbody tr{
	display: block;
}
table.hljs-ln tbody tr:hover{
	background: #f5f5f5;
}
table.hljs-ln tbody tr:hover .hljs-ln-line.hljs-ln-n{
	color: #aaa;
}
/* offset code from line numbers by half a character */
.hljs-ln-code {
	padding-left: 0.5em !important;
}
/* offset line numbers from row box by 5px */
.hljs-ln-line.hljs-ln-n {
	padding-left: 5px;
}
td code{
	color: #002337;
}