table#exportTable {
	border: 1px solid #999;
	border-collapse: separate;
	border-spacing: 3px;
	margin-left: 10px;
}

table#exportTable tr td {
	border: 1px solid #999;
}

table#exportTable tr th {
	border: 1px solid #999;
	text-align: center;
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px;
}

table#printTable tr td {
	width: 800px;
	height: 800px;
}

#svgContainer {
	width: 600px;
	height: 450px;
}

#imgContainer {
	position: relative;
}

#imgElement {
	display: block;
	margin: auto;
}

#diagramLocation {
	margin: 10px;
}

#vehicleData table {
	border: 1px solid black;
	border-spacing: 3px;
	margin-left: 10px;
}

#vehicleData th, td {
	padding: 3px;
}

#vehicleData thead {
	border-bottom: 1px solid black;
}

#vehicleData thead td {
	width: 50%;
}

#vehicleData tbody td {
	width: 50%;
}

#diagramFileDropBox {
	font-size: 18px;
	margin: 10px;
	padding: 3px;
	border: 1px solid #666;
	width: 300px
}

#buttonDiv {
	margin: 10px;
}

#editorNode {
	position: relative;
}

#spinnerOverlay {
	width:100%; height:100%; margin:0; padding:0;
	background: transparent url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM4IiB3aWR0aD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNmZmYiPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8Y2lyY2xlIHN0cm9rZT0iI0M5Q0FDRCIgc3Ryb2tlLW9wYWNpdHk9Ii41IiBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiLz4KICAgICAgICAgICAgPHBhdGggc3Ryb2tlPSIjQTFBM0E3IiBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiPgogICAgICAgICAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0KICAgICAgICAgICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iCiAgICAgICAgICAgICAgICAgICAgdHlwZT0icm90YXRlIgogICAgICAgICAgICAgICAgICAgIGZyb209IjAgMTggMTgiCiAgICAgICAgICAgICAgICAgICAgdG89IjM2MCAxOCAxOCIKICAgICAgICAgICAgICAgICAgICBkdXI9IjFzIgogICAgICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+CiAgICAgICAgICAgIDwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") no-repeat center center;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

#fieldMeasurements,
#vehicleData {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;}

#fieldMeasurements h1, h2, h3,
#vehicleData h1, h2, h3 {
	margin: 0;
	margin-bottom: 7px;
}

#fieldMeasurements table.stnLineTable,
#fieldMeasurements table.xyMeasTable,
#fieldMeasurements #triangMeasTable,
#vehicleDataContainer table {
	min-width: 500px;
}

#fieldMeasurements table.stnLineTable thead tr td,
#fieldMeasurements table.xyMeasTable thead tr td,
#fieldMeasurements #triangMeasTable thead tr td,
#vehicleDataContainer table thead tr td {
	font-weight: bold;
}

@media print {
	html, body {
		margin: 0;
		padding: 0;
		border: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}

	#printedDiagram {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		border: 0.5pt black dotted;
		margin: 5px;
	}
}