html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,
q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
font-family: 'OpenSansLight', Arial, sans-serif;
line-height:normal;
}
#top {
	width: 100%;
	background-color:#333;
	float:left;
	
}
#canvasandinput {
		border: thin dotted #CCC;
}
#spectr {
 border: 0px none black; 
}
#canvas {
	width:1034px;
	height:280px;
	float: left;
    margin-top:30px;
	margin-left: 30px;
	margin-bottom: 30px;
	border: thin dotted #CCC;
}

#mashtab_plus {
	width:10px;
	height:0px;
	float: left;
    margin-top:5px;
	margin-left: 5px;
	
	
position:absolute;
}

#mashtab_minus {
	width:10px;
	height:0px;
	float: left;
    margin-top:300px;
	margin-left: 5px;
	margin-bottom: 0px;
	
position:absolute;
}

#mashtabbutton {
	font-size:18px;
font-family: 'OpenSansRegular', Arial, sans-serif;
	padding:1px;
	font-weight:400;
}

#resetbutton {
	color:#F00;
	font-size:15px;
font-family: 'OpenSansRegular', Arial, sans-serif;
	padding:7px;
}
#output {
	padding: 4px 8px;
	font-family:"Courier New", Courier, monospace;
    font-size: 14px;
    color: #FFF;
    border: 1px solid #272727;
    background-color: #272727;
	width:800px;
	margin-top:20px;
}
#outputblock {
	float:left;
	position:relative;
	clear:left;
	margin-bottom:30px;
	color:#FFF;
	margin-left:30px;
}
.outputareas {
	padding: 4px 8px;
	font-family:"Courier New", Courier, monospace;
    font-size: 14px;
    color: #CCC;
    border: 1px dotted rgb(186,186,186);
    background-color: #333;
}

#select {
font-family: 'OpenSansRegular', Arial, sans-serif;
	font-weight:400;
	padding: 6px 8px;
    font-size: 15px;
    color: #000000;
    border: 1px dotted rgb(186,186,186);
    background-color: #ffffff;
}
#content {
	width: 100%;
	float:left;
	width: 60%

}
#description {
	margin-top:40px;
	margin-left:10%;
	line-height:normal;
	
}
#controlPanel {
	float: left;
	color: #ffffff;
	margin-top: 10px;
	//margin-left: 600px;
	font-weight:400;
	font-size:15px;

	
}
.option {
	padding:10px;
}
.optionDescription {
	font-size:12px;
	margin-bottom:10px;
}
#startbutton {
	font-size:15px;
font-family: 'OpenSansRegular', Arial, sans-serif;
	padding:7px;
	font-weight:400;
}
