body {
	margin: 0px; padding: 0px; height: 100%;
}
html {
	margin: 0px; padding: 0px; height: 100%;
}
body {
	background: rgb(34, 47, 53); cursor: text; text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern";
}
#box {
	font: 16px/26px Menlo, Monaco, Consolas, "Courier New", monospace; margin: 0px; padding: 0px; height: 100%; color: rgb(144, 144, 131); overflow: auto; font-size-adjust: none; font-stretch: normal; box-shadow: inset 40px 0px 0px #162227, inset 41px 0px 20px #222f35;
}
#box ol {
	margin: 20px 0px 0px 40px; padding: 0px; list-style-position: outside;
}
#box li {
	padding-left: 5px; margin-bottom: 15px; position: relative;
}
#box li.active::after {
	background: rgb(22, 34, 39); left: -10px; top: 0px; right: 0px; bottom: 0px; position: absolute; z-index: -1; content: " ";
}
#box a {
	color: rgb(230, 219, 103);
}
#box a:hover {
	color: rgb(248, 227, 8);
}
#box .brand {
	color: rgb(13, 212, 37);
}
#box .key {
	color: rgb(223, 45, 81);
}
#box .muted {
	color: rgb(238, 238, 238);
}
#box .cursor {
	margin: 0px 2px; height: 20px; border-right-color: rgb(255, 255, 255); border-right-width: 2px; border-right-style: solid; -webkit-animation: cursor 1s infinite linear; -moz-animation: cursor 1s infinite linear; animation: cursor 1s infinite linear;
}
#box .comment {
	color: rgb(121, 121, 121);
}
