html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 1em/1.6 system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, Fira Sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: #000;
	background-color: #E0F2F1;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.6em 0;
	font-weight: normal
}

h1 {
	font-size: 2.625em;
	line-height: 1.2
}

h2 {
	font-size: 1.625em;
	line-height: 1.2
}

h3 {
	font-size: 1.3125em;
	line-height: 1.24
}

h4 {
	font-size: 1.1875em;
	line-height: 1.23
}

h5, h6 {
	font-size: 1em;
	font-weight: bold
}

a {
	text-decoration: none;
	color: #333;
	line-height: 1.6;
}

a:hover {
	text-decoration: underline;
}

i {
	font-size: 12px;
}

ul {
	list-style-type: none;
}

pre {
	font: 14px/ 1.6 Monaco, Consolas, 'Lucida Console', monospace;
}

/* sidebar is directly  taken from backbone.js*/
#sidebar {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 180px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 15px 0 15px 15px;
	border-right: 1px solid #ddd;
	box-shadow: 0 0 20px #ccc;
	-webkit-box-shadow: 0 0 20px #ccc;
	-moz-box-shadow: 0 0 20px #ccc;
}

#links {
	list-style-position: inside;
	padding: 15px 0 0 0;
	margin: 0;
}

#intro {
	max-width: 720px;
	margin: 20px 0 10px 220px;
}

.l {
	border-bottom: 1px dotted #ccc;
	padding: 15px 0;
}

.argTable th, .argTable td {
	border: 1px solid #000;
	padding: 0.125em 0.5em;
}

.argTable {
	border-collapse: collapse;
}

:not(pre) > code[class*='language-'] {
	padding: 0.2em 0.25em !important;
}