body {
	font-family: 'Noto Sans', sans-serif;
	min-height: 900px;
	min-width: 900px;
}

em, .em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.clearfix {
	clear: both;
}

.underline {
	text-decoration: underline;
}

ul, ol {
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 22px;
	line-height: 28px;
}

ol {
	list-style-type: decimal;
	margin-left: 50px;
}

ul {
	list-style-type: disc;
	margin-left: 50px;
}

a#head, #nav {
	position: fixed;
}

a#head {
	border-bottom: 1px solid #777;
	height: 50px;
	width: 100%;
	font-size: 28px;
	padding-top: 20px;
	padding-left: 20px;
	background-color: #fff;
	z-index: 2;
	text-decoration: none;
	color: #333;
	display: block;
	min-width: 920px;
}

a#head #author {
	font-size: 14px;
	font-style: italic;
	padding-left: 12px;
}

#nav {
	border-right: 1px solid #777;
	width: 200;
	min-height: 200px;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	visibility: hidden;
	z-index: 1;
}

#nav, #main {
	top: 70px;
}

#main {
	position: absolute;
	left: 200px;
}

#nav a {
	display: block;
	width: 180px;
	border-bottom: 1px solid #999;
	padding: 20px 10px;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	background-color: #f6f6f6;
	position: relative;
	
/* 	line-height: 20px; */
/* 	line-height: 22px; */
}

#nav a:hover {
	background-color: #ddd;
}

#nav a.current {
	color: #37d;
	font-weight: bold;
	background-color: #ddd;
	background-color: #def;
	background-color: #BDDEFF;
	padding-left: 30px;
	width: 160px;
}

#nav a.current .module-count {
	color: #37d;
}

#nav a.current .module-label {
	color: #37d;
}

#nav a.module {
	padding-top: 15px;
	padding-bottom: 20px;
}

#nav .module-label {
	font-size: 8px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	letter-spacing: 0.5px;
}

#nav .module-count {
	font-size: 14px;
	color: #777;
	color: #999;
	font-style: italic;
	margin: 3px;
	float: left;
	margin-bottom: 5px;
	margin-right: 8px;
	font-size: 18px;
}

#nav .module-label, #nav .module-count {
	color: #777;
}

#nav .current-indicator-container {
	position: absolute;
	top: 50%;
	left: 8px;
}

#nav .current-indicator {
	position: absolute;
	top: -11px;
	background-image: url("../assets/arrow-small-blue.png");
	height: 22px;
	width: 14px;
}

#nav .module-name {
	line-height: 20px;
	display: block;
}

#main {
	padding: 20px;
	padding-bottom: 100px;
}

#main p {
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 16px;
}

#main .first {
	padding-top: 0px;
}

#main h1, h2, h3, h4 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}

#main h1 {
	font-size: 28px;
	line-height: 36px;
}

#main h2 {
	font-size: 24px;
	line-height: 32px;
}

#main h3 {
	font-size: 20px;
}

.figure {
	position: relative;
	margin-top: 30px;
	margin-bottom: 52px;
	text-align: center;
}

.figure100 {
	width: 100px;
}

.figure200 {
	width: 200px;
}

.figure300 {
	width: 300px;
}

.figure400 {
	width: 400px;
}

.figure500 {
	width: 500px;
}

.figure600 {
	width: 600px;
}

.figure700 {
	width: 700px;
}

.figure800 {
	width: 800px;
}

.figure.figureimage {
	text-align: center;
}

.figure.figureLeft {
	text-align: left;
}

.run, .reset {
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	border: 1px solid #555;
	border-top: 0;
	margin-left: 5px;
	display: inline-block;
	line-height: 11px;
	padding: 5px 10px;
	padding-top: 5px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 11px;
}

.run {
	background-image: url("../assets/run-arrow.png");
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 20px;
}

.reset {
	background-image: url("../assets/reset-circle.png");
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 20px;
}

.run:hover, .reset:hover {
	background-color: #eee;
}

.run:active, .reset:active {
	color: #333;
}

.figure .filename {
	font-size: 13px;
	padding-bottom: 3px;
	padding-left: 2px;
	border: 1px solid #999;
	border-bottom: 0;
	display: inline-block;
	padding: 4px 8px;
	padding-right: 12px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.figure .filename .name {
	font-style: italic;
	font-weight: bold;
}

.figure .filename .label {
	padding-right: 5px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #777;
}

.figure .language-label {
	padding: 8px 10px;
	font-size: 10px;
	position: absolute;
	right: 0;
	font-style: italic;
	color: #888;
}

pre code.hljs {
	clear: both;
/*font-size: 16px;
	line-height: 22px;*/
	font-size: 13px;
	line-height: 20px;
	font-family: 'Source Code Pro', monospace;
/* 	border: 1px solid #555; */
	padding: 8px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
	cursor: default;
	

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;


	
}

.lineNumbers pre code.hljs {
	border-left: 1px solid #bbb;
}

.codeContainer {
	display: inline-block;
	position: relative;
	margin-left: 25px;
	white-space: nowrap;
	text-align: left;
}

.codeContainer.codeComments {
	margin-left: 250px;
}

#main .code {
	font-family: 'Source Code Pro', monospace;
	padding-left: 4px;
	padding-right: 4px;
	letter-spacing: -0.5px;
	font-weight: 600;
}

p .code {
	font-weight: 700;
}

canvas {
	border: 1px solid #aaa;
}

.inline-figure {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.left-title {
	text-align: left;
	font-style: italic;
	font-size: 13px;
	padding-bottom: 5px;
	padding-left: 2px;
}

.caption {
	font-size: 13px;
	text-align: center;
	font-style: italic;
	margin-top: 10px;
	margin-left: 60px;
	margin-right: 60px;
	line-height: 20px;
}

.caption .code {
	padding-left: 2px;
	padding-right: 2px;
}

a.download-link {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 20px;
}

span.img-chrome-menu {
	display: inline-block;
	width: 20px;
	height: 15px;
	background-image: url("../assets/chrome-menu.png");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	bottom: -1px;
	
}

.figure img.console {
	border: 1px solid #a3a3a3;
}

span.file {
	font-style: italic;
	font-weight: bold;
}

#floating-tools {
	position: fixed;
	bottom: 0;
	right: 20px;
	background-color: #eee;
	padding: 10px 15px;
	border: 1px solid #aaa;
	border-bottom: 0;
}

#floating-tools a {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#floating-tools a:hover {
/* 	text-decoration: underline; */
	color: #777;
}

#debugging-tips {
	position: fixed;
	bottom: 0;
	right: 20px;;
	width: 400px;
	background-color: #fff;
	border: 2px solid #aaa;
	border-bottom: 0;
	font-size: 14px;
	height: 500px;
	display: none;
}

#debugging-tips-body {
	padding: 15px;
	overflow-y: auto;
	height: 470px;
}

#debugging-tips p {
	line-height: 22px;
	font-size: 14px;
}

#debugging-tips .figure {
	margin-top: 10px;
	margin-bottom: 30px;
}

#debugging-tips h1 {
	font-size: 20px;
}

#debugging-tips h2 {
	font-size: 16px;
}

#debugging-tips ul {
	margin-left: 30px;
	line-height: 22px;
}

#debugging-tips ul li {
	padding-bottom: 10px;
}

a.close {
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 16px;
	padding: 3px 6px;
	text-decoration: none;
	color: #333;
	position: absolute;
	top: 10px;
	right: 25px;
}

a.close:hover {
	background-color: #eee;
}


pre code.sidehighlightable {
	padding-left: 0;
	padding-right: 0;
}

.codeline {
	padding: 0 10px;
}

.codeline:hover {
	background-color: #e3e3e3;
}

.linenumbers {
	display: inline-block;
	width: 20px;
/* 	border: 1px solid #555; */
	border-right: 0;
	color: #bbb;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
/* 	background-color: #fffffa; */
}

#main .linenumbers .linenumber.first {
	padding-top: 8px;
}

#main .linenumbers .linenumber.last {
	padding-bottom: 10px;
}

.linenumbers .linenumber {
	height: 20px;
	font-size: 11px;
	position: relative;
	top: 6px;
	line-height: 11px;
}

.lineNumbers {
	vertical-align: top;
}

.lineNumbers pre {
	display: inline-block;
}

.line-num-reference {
	font-weight: bold;
}

.runcanvas {
	position: absolute;
	left: 50%;
	top: 50%;
}

.runcanvas a {
	position: relative;
	left: -50%;
	top: -20px;
	border: 1px solid #aaa;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	background-color: #ddd;
	text-decoration: none;
	color: #333;
}

.runcanvas a:hover {
	background-color: #bbb;
}

.codeBox {
	border: 1px solid green;
	line-height: 0;
	border: 1px solid #555;
}