body {
    margin: 10px;
    margin-top: 0pt;
    padding: 0;
    font-family: serif;
    font-size:11pt;
}

h1 {
	font-family: sans-serif;
	font-size: 12pt;
	margin: 1mm;
}

h2 {
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 0pt;
	margin-bottom: 5pt;
}

a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
	color: black;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

#swedish,#english {
  font-size:11pt;
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
	width: 500px;
}

#swedish {
	background-color: rgb(230,240,255);
}

#english {
	background-color: rgb(230,255,240);
}

#help {
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: block;
	font-size:9pt;
	border-style: solid;
	border-width: 1px;
}

#closehelp {
	font-size:11pt;
	float: right;
}

#workarea {

}

#inputarea {
	display: inline-block;
}

#canvasarea {
	display: inline-block;
	max-height: 650px;
	width: 600px;
	overflow: scroll;
}

#canvas {
	background-color: rgb(220,220,220);
}

#outputarea {
	display: inline-block;
    font-size:8pt;
    max-height: 650px;
    overflow: scroll;
}

#viewcontrols {

}

#layerselectfrom,#layerselectvisible,#scale {
	width: 200px;	
	
}

#textinput,#startgcodeinput,#endgcodeinput,#gcodeoutput,#backgroundgcode,#backgroundgcodelayer {
	font-family:monospace;
}

#startgcodearea,#endgcodearea,#gcodearea,#backgroundgcodearea,#backgroundgcodelayerarea {
	display: inline-block;
	vertical-align: text-top;
}

#buttonarea {
	text-align: center;
	display: inline-block;
	vertical-align: text-top;
	padding-top: 20mm;
}
