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

html {
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	min-width: 100%;
	min-height: 100%;
}

*,
*:before,
*:after {
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul,
pre,
code,
form,
input,
label,
button {
	margin: 0;
	padding: 0;
}

input,
button,
textarea {
	font-family: inherit;
}

ul,
ol {
	list-style: none;
}

li {
	display: block;
}

h1,
h2,
h3,
h4 {
	font-size: inherit;
}

a {
	margin: 0;
	padding: 0;
	background: transparent;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: underline;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	border: 0;
}

.sg-use-markdown p,
.sg-use-markdown ul,
.sg-use-markdown pre,
.sg-use-markdown blockquote,
.sg-use-markdown table {
	margin: 10px 0;
}

.sg-use-markdown h1,
.sg-use-markdown h2,
.sg-use-markdown h3,
.sg-use-markdown h4,
.sg-use-markdown h5,
.sg-use-markdown h6 {
	position: relative;
	margin: 20px 0;
}

.sg-use-markdown h1 {
	font-size: 2em;
}

.sg-use-markdown h2 {
	font-size: 1.5em;
}

.sg-use-markdown h3 {
	font-size: 1.17em;
}

.sg-use-markdown h4 {
	font-size: 1.12em;
}

.sg-use-markdown h5 {
	font-size: 0.83em;
}

.sg-use-markdown h6 {
	font-size: 0.75em;
}

.sg-use-markdown a {
	color: #0084d9;
}

.sg-use-markdown a:hover,
.sg-use-markdown a:focus {
	text-decoration: underline;
}

.sg-use-markdown code {
	margin: 0 2px;
	padding: 0 5px;
}

.sg-use-markdown pre > code {
	display: block;
	padding: 6px 10px;
}

.sg-use-markdown code {
	overflow: auto;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(0, 0, 0, 0.12);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.sg-use-markdown blockquote {
	color: #404549;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-left: 4px rgba(0, 0, 0, 0.12) solid;
	background-color: rgba(0, 0, 0, 0.04);
	padding: 8px;
	padding-left: 20px;
}

.sg-use-markdown hr {
	border: 0;
	background-color: #cccdcd;
	height: 1px;
	margin-bottom: 20px;
}

.sg-use-markdown table {
	overflow: auto;
	display: block;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.sg-use-markdown tr:nth-child(2n) {
	background-color: rgba(0, 0, 0, 0.05);
}

.sg-use-markdown td,
.sg-use-markdown th {
	padding: 6px 13px;
	border: 1px #cccdcd solid;
}

.sg-use-markdown th {
	background-color: #dbdbdb;
	font-weight: bold;
}

.sg-use-markdown ul {
	list-style-type: disc;
}

.sg-use-markdown ol {
	list-style-type: decimal;
}

.sg-use-markdown li {
	display: list-item;
	margin-left: 40px;
	padding: 2px 0;
}

.sg-use-markdown img {
	max-width: 100%;
}

.sg-use-markdown .heading-permalink {
	position: absolute;
	top: 0;
	left: -16px;
	bottom: 0;
	width: 16px;
	font-size: 0;
	line-height: 0;
}

.sg-use-markdown .heading-permalink > .pseudo-before,
.sg-use-markdown .heading-permalink:before {
	content: '';
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	height: 100%;
	margin: 0;
}

.sg-use-markdown .heading-permalink > .pseudo-after,
.sg-use-markdown .heading-permalink:after {
	content: '';
	display: none;
	width: 16px;
	height: 16px;
	background-image: url('../images/spritesheet.png');
	background-position: -26px -68px;
}

.sg-use-markdown h1:hover > .heading-permalink:after,
.sg-use-markdown h1:hover > .heading-permalink > .pseudo-after,
.sg-use-markdown h2:hover > .heading-permalink:after,
.sg-use-markdown h2:hover > .heading-permalink > .pseudo-after,
.sg-use-markdown h3:hover > .heading-permalink:after,
.sg-use-markdown h3:hover > .heading-permalink > .pseudo-after,
.sg-use-markdown h4:hover > .heading-permalink:after,
.sg-use-markdown h4:hover > .heading-permalink > .pseudo-after,
.sg-use-markdown h5:hover > .heading-permalink:after,
.sg-use-markdown h5:hover > .heading-permalink > .pseudo-after,
.sg-use-markdown h6:hover > .heading-permalink:after,
.sg-use-markdown h6:hover > .heading-permalink > .pseudo-after {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
}

.specificity-graph path {
	fill: none;
	stroke: #005060;
	stroke-width: 4px;
}

.specificity-graph path.domain {
	stroke: #0061A0;
}

.specificity-graph .axis {
	color: rgba(0, 0, 0, 0.6);
}

.specificity-graph .axis.location .tick {
	display: none;
}

.specificity-graph .domain-label {
	font-size: 0.9em;
	fill: #222222;
}

.specificity-graph .overlay {
	fill: none;
	pointer-events: all;
}

.specificity-graph .focus {
	position: relative;
}

.specificity-graph .focus-text-background {
	fill: #333;
}

.specificity-graph .focus-text {
	font-size: 0.9em;
	fill: #eee;
}

.specificity-graph .focus circle {
	fill: none;
	stroke-width: 2.5px;
	stroke: #0099cc;
}

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

html {
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	min-width: 100%;
	min-height: 100%;
}

*,
*:before,
*:after {
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #ffffff;
	color: #282b2e;
	font-size: 14px;
	line-height: 1.25;
	font-family: Arial, Helvetica, sans-serif;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

.sg-main-sidebar {
	position: fixed;
	overflow: auto;
	width: 25%;
	height: 100%;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 2%;
	padding-bottom: 20px;
	background: #dbdbdb;
	-webkit-box-shadow: inset -8px 0 8px -8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset -8px 0 8px -8px rgba(0, 0, 0, 0.2);
	box-shadow: inset -8px 0 8px -8px rgba(0, 0, 0, 0.2);
}

.sg-main-content {
	width: 75%;
	margin-left: 25%;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.sg-main-content > p {
	margin-bottom: 20px;
}

.sg-sidebar-title {
	margin-bottom: 20px;
	font-size: 24px;
}

.sg-root-section-nav-item-link {
	display: block;
	padding: 8px;
	border-bottom: 1px solid black;
	color: rgba(40, 43, 46, 0.7);
	font-size: 16px;
	font-weight: bold;
}

.sg-root-section-nav-item-link:hover,
.sg-root-section-nav-item-link:focus {
	background: rgba(219, 219, 219, 0.3);
}

.sg-root-section-nav-item-link.is-active {
	background: rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid #0084d9;
	-webkit-box-shadow: 0px 10px 10px -10px rgba(0, 132, 217, 0.3);
	-moz-box-shadow: 0px 10px 10px -10px rgba(0, 132, 217, 0.3);
	box-shadow: 0px 10px 10px -10px rgba(0, 132, 217, 0.3);
	color: #282b2e;
}

.sg-section-nav-item-link {
	display: block;
	padding: 4px;
	padding-left: 16px;
	background: rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.35);
	color: rgba(40, 43, 46, 0.8);
	font-size: 14px;
}

.sg-nav-item-section-reference {
	color: #065385;
}

.sg-kss-root-title {
	margin: 24px 0;
	font-size: 36px;
	font-weight: bold;
}

.sg-kss-section-title {
	margin: 16px 0;
	font-size: 24px;
	font-weight: bold;
}

.sg-kss-section-description {
	margin-bottom: 20px;
	line-height: 1.5;
}

.sg-modifier-box {
	margin-bottom: 20px;
	border-bottom: 1px solid #cccdcd;
}

.sg-modifier-info-box {
	padding-bottom: 10px;
}

.sg-modifier-info-box:before,
.sg-modifier-info-box:after {
	content: ' ';
	display: table;
}

.sg-modifier-info-box:after {
	clear: both;
}

.sg-modifier-name {
	float: left;
	font-weight: bold;
	font-family: monospace;
	margin-right: 20px;
}

.sg-modifier-description {
	overflow: hidden;
	line-height: 1.5;
}

.sg-modifier-description > p {
	margin: 0;
}

.sg-code-block {
	margin-bottom: 20px;
	padding: 6px 10px;
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sg-markup-sandbox {
	margin-bottom: 10px;
}

.sg-markup-sandbox:before,
.sg-markup-sandbox:after {
	content: ' ';
	display: table;
}

.sg-markup-sandbox:after {
	clear: both;
}

.sg-link {
	border-bottom: 1px solid;
}

.sg-link:hover,
.sg-link:focus {
	color: #0084d9;
}

.sg-link:focus {
	color: #d95500;
}

.sg-footer-note {
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 40px;
	border-top: 1px solid #0084d9;
	font-size: 12px;
	line-height: 1.25;
}