* {
	margin: 0px;
	padding: 0px;
	border-style: none;
	list-style-type: none;
}
html, body {
	height: 100%;
}
body {
	font-family: verdana,helvetica,arial;
	font-size: 14px;
	font-style: normal;
	background-color: #411;
	overflow: hidden;
}
header, footer, nav, article, section, aside {
	display: block;
}
h1 {
	width: 100vw;
	margin: 10px 0px 10px 0px;
	text-align: center;
	font-size: 2em;
	letter-spacing: 0.3em;
	color: #113;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
}
p {
	font-size: 1em;
	margin: 0.3em 0em 1em 0em;
}

.infopopup {
	display: inline;
	float: left;
	margin-left: 16px;
	font-size: 1.2em;
	font-weight: bold;
	color: #F00;
}
.infopopup:hover {
	display: block;
	clear: both;
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 8px;
}
.infopopup p {
	display: none;
}
.infopopup:hover p {
	display: inline;
	color: #800;
}
.infopopup span {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	padding-bottom: 1px;
	background-color: #CCC;
	border: 1px solid #F00;
	border-radius: 10px;
}
.infopopup:hover span {
	display:none;
}
	
article {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	height: 100vh;
	width: 100vw;
	padding: 0px 20px;
	background-color: #AAA;
	}

textarea {
	float: left;
	margin: 10px;
	padding: 5px;
	font-family: monospace, monospace;
	font-size: 14px;
	line-height: 18px;
	/* tab-size: 20; */
	tab-size: 20;
	/*resize: none;*/
	border: 1px solid #666;
	}
textarea:focus {
	outline: none;
	}
#testrapport {
	/*float: left;
	clear: both;*/
	tab-size: 4;
	}
#testrapport:hover {
	height: 40em;
	width: 80em;
}
.controlbar {
	overflow-y: auto;
	}
.controls {
	float: left;
	}
.controls p {
	margin: 5px 3px;
	}
.controls h2 {
	margin: 5px 3px;
	}
.controls hr {
	margin: 10px 0px;
	width: auto;
	height: 2px;
	background-color: #CCC;
	}

.linebox {
	float: left;
	clear: both;
	min-width: 150px;
	margin: 6px 10px;
	padding: 5px 8px;
	border: 2px solid #DDD;
	border-radius: 5px;
	background-color: #BBB;
	}
.linebox h2 span {
	float: left;
	height: 20px;
	min-width: 20px;
	text-align: center;
	margin-right: 3px;
	padding-bottom: 1px;
	color: #080;
	border-radius: 10px;
	background-color: #EEE;
	}

input {
	margin: 0px 3px;
	padding: 2px 3px;
	border: 1px solid #474;
	}
button {
	padding: 3px 5px;
	margin-left: 16px;
	background-color: #FC8;
	border: 1px solid #888;
	border-radius: 5px;
	}

#connectbut:disabled {
	background-color: #F00;
	color: #FFF;
	border: 2px solid #FFF;
	}
#pairedindicator {
	float: left;
	clear: both;
	margin: 6px 0px;
	padding: 3px 5px;
	color: #CCC;
	background-color: #888;
	}
	
.measureresults {
	float: left;
	}
.graph {
	position: relative;
	float: left;
	clear: both;
	margin: 10px;
	border: 1px solid #666;
	background-color: #CCC;
	z-index: 1;
	}
.sgraph {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	}
.graph, .sgraph {
	width: 800px;
	height: 450px;
	}

.messagebox {
	margin: 8px 0px;
	}

	
