html,body {
	height: auto;
}
body {
	background: #e6e6e6;
	overflow: auto;
	min-height: 0;
	min-width: 0;
	font-family: sans-serif;
}
.holder {
	width:800px;
	background-color: white;
	padding: 2em;
	margin: 1em auto;
	text-align: left;
}
h1 { font-size: 1.75em; }
h2 { font-size: 1.5em; }
h1, h2, h3 {
	font-family: 'SecretTypewriterRegular';
	opacity: 0.7;
	color: #000;
}
code { color: #396bad; font-weight: bold; }
p { margin: 1em 0;}
#fake { display: none; }
#chooser {
	margin-bottom: 20px;
}
#complete { font-weight: bold; }
div.twocol { 
	width: 280px;
	float: left;
	margin-right:10px;
	display: inline-block;
	color: #333333;
}
div.fourcol {
	width: 490px;
	display: inline-block;
}
fieldset {
	padding: 0.5em 0;
	border: 0px;
	margin: 0px 0px 0.5em 0px;
}
fieldset.same {
	background-color: #ffcccc;
}
fieldset p { 
	margin: 0px;
}
.group {
	background-color: #e9e9e9;
	margin-bottom: 1em;
	padding: 8px;
}
.group fieldset:last-child {
	margin-bottom: 0px;
}
label {
	margin-right: 10px;
}
legend {
	margin:0px;
	padding: 0px;
	font-weight: bold;
}
input {
	width:100%;
	font-family: inherit;
	font-size: 1em;
}
textarea {
	width:100%;
	height: 20em;
	font-family: inherit;
	font-size: 1em;
}
ul i {
	color: #999;
}
pre, #output textarea { overflow-x: auto; width: 100%; }
pre.code {
	border-bottom-right-radius: 1em;
	border-top-right-radius: 1em;
	margin-left: 0em;
	overflow-x: auto;
	padding: 1em;
	padding-left: 0em;
}
pre.code .b {
	color: blue!important;
	font-weight: normal!important;
}
pre.code .c {
	color: #009E00!important;
}
pre.code .d,ul li code.d {
	color: #CF6A4C!important;
}
pre.code .s {
	color: #82C6BC!important;
}
pre.code .f {
	color: #BE0750!important;
}
pre.code .bracket {
	color: black;
	font-weight:bold;
}