@font-face {
	font-family: G2SDefaultFont;
	src: url('/static/fonts/lucidagrande.woff');
}

@font-face {
	font-family: G2SMonospaceFont;
	src: url('/static/fonts/consolas.woff');
}

html {
	margin: 0;
	height: 100%;
	vertical-align: top;
}

body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-size: 11pt;
	font-family: -apple-system, "Segoe UI", G2SDefaultFont, "Lucida Grande", "Helvetica Neue", "Arial", sans-serif;
	background-color: #f5f6f9;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #034af3;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #034af3;
}

a[disabled] {
	color: #aaa;
	cursor: default;
}

a img {
	border: none;
	vertical-align: middle;
}

p {
	margin-bottom: 10px;
	line-height: 1.6em;
}

h1 {
	font-family: "Segoe UI", G2SDefaultFont, -apple-system, "Lucida Grande", "Helvetica Neue", "Arial", sans-serif;
	font-size: 24px;
	line-height: 24px;
}

h2 {
	font-family: G2SDefaultFont, -apple-system, "Segoe UI", "Lucida Grande", "Helvetica Neue", "Arial", sans-serif;
	font-size: 16pt;
	font-weight: 300;
	line-height: 16px;
}

h3 {
	font-family: G2SDefaultFont, -apple-system, "Segoe UI", "Lucida Grande", "Helvetica Neue", "Arial", sans-serif;
	font-size: 14pt;
	font-weight: 300;
	line-height: 14px;
	margin: 5px 0;
}

hr {
	display: block;
	border: none;
	background-color: #aaa;
	height: 1px;
	margin: 5px 0;
}

img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

label {
	color: #2667cc;
	font-size: 10pt;
}

pre { outline: 1px solid #ccc; padding: 5px; margin: 5px; }
.string { color: #fa8537; }
.number { color: #62ff00; }
.boolean { color: #6fa9ff; }
.null { color: magenta; }
.key { color: #ecc08b; }