body {
	font: normal 14px "Arial", Helvetica, sans-serif;
	background-color: #444;
	max-width: 810px;
	margin: 0px auto;
	background-image: url(images/leather.png);
}
a {
	color: inherit;
}
small {
	color: #333;
}
#nosupport {
	background-color: #df7419;
	font-weight: bold;
	text-decoration: blink;
	text-align: center;
	display: none;
}
#quickref, #debug, #color, #graph, #about {
	clear: both;
	display: none;
}
#quickref {
	display: block;
	clear: both;
}
#quickref span {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
#quickref span i {
	display: none;
	position: absolute;
	border: 1px solid black;
	background-color: rgb(230, 230, 230);
	padding: 2px;
	margin-top: 1.5em;
	margin-left: -2em;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-o-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	z-index: 5;
}
#quickref span:hover i {
	display: inline;
}

.header h1, .header h2 {
	text-align: center;
	font-family:futura, arial, helvetica;
	font-weight:normal;
	font-size: 42px;
}
.header h2 {
	font-size: 20px;
	color: rgb(113, 129, 148);
}
.round {
	background-color: #555;
	margin: 10px auto;
	padding: 10px;
	border: 3px solid #cfcfcf;
	color: black;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 4px 4px 10px black, 0 0 0 2px rgba(0, 0, 0, 0.5) inset;
	-o-box-shadow: 4px 4px 10px black, 0 0 0 2px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 4px 4px 10px black, 0 0 0 2px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 4px 4px 10px black;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
h1, h2 {
	font-size: 14px;
	font-weight: normal;
	color: #cfcfcf;
	text-shadow: 1px 1px 1px black;
	margin: 5px 0;
}

h2 {
	font-size: 11px;
	color: #cfcfcf;
}
input[type="checkbox"] {
	display: none;
}
input, button, .output, textarea {
	background-color: transparent;
	border: 1px solid #444;
	font-size: 18px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
button {
	width: auto;
	vertical-align: bottom;
}
.input_container {
	background-color: rgba(255,255,255,0.03);
}
/*input {
	box-shadow: 2px 2px 0 rgba(0,0,0,0.05) inset,
				-1px -1px 0 rgba(255,255,255,0.03) inset;
}*/
.tabs_container {
	position: relative;
	z-index: 1;
}
.tabs_below {
	margin-top: -10px;
	padding-right: 10px;
}
.tabs_below a {
	text-decoration: none;
	font-size: 11px;
	background-color: #a2a2a2;
	color: #555;
	padding: 5px;
	float: right;
	position: relative;
	margin-left: 5px;
	z-index: -1;
	cursor: default;
	border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.7);
	-o-box-shadow: 4px 4px 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.7);
	-webkit-transition: background-color 0.5s linear;
}
.tabs_below a:hover {
	background-color: #cfcfcf;
}
.tabs_below .active {
	text-shadow: 1px 1px 0 rgb(230,230,230);
	background-color: #cfcfcf;
	z-index: 1;
}
.result {
	text-align: right;
}
#txt_hist {
	line-height: 1em;
	max-height: 10.2em;
	height: 10.2em;
	overflow: auto;
	padding-right: 2px;
}
#txt_inp {
	padding-right: 20px;
	position: relative; /* Make it get a higher order than #txt_inp_example which has position: absolute */
}
#txt_out, #txt_out_extra {
	border: none;
	line-height: 1em;
	min-height: 1em;
}
#txt_inp_example {
	position: absolute;
	padding: 4px;
	color: #444;
	font-style: italic;
}
.ending_button {
	position: absolute;
	margin-left: -22px;
	margin-top: 1px;
}
#color_container {
	border: 1px solid black;
	background-image: url("images/grid.png");
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 8px;
}
#color_container div {
	width: 100%;
	height: 100%;
	background-color: #000;
	outline: 1px solid black;
}
#plot_placeholder {
	display: inline-block;
}
#graph_tools {
	display: inline-block;
	width: 170px;
	vertical-align: top;
}
#graph_tools input {
	width: auto;
	padding: 1px;
	margin-right: 1px;
}
#graph_tools button {
	padding-left: 2px;
	margin-bottom: 3px;
}
#graph_tools #x, #graph_tools #y {
	display: inline-block;
	width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	vertical-align: bottom;
}
#graph_tools .active {
	outline: 2px solid #333;
}
#graph_axis_control input {
	width: 100px;
}
#graph_indata {
	position: absolute;
	padding-top: 2px;
	left: 100px;
	top: 50px;
	width: 400px;
	opacity: 0.8;
	display: none;
}
#txt_data {
	line-height: 1em;
	height: 200px;
}
