body {
	margin: 0;
	width: 1500px;
/*	margin-top: -18px;*/
}

header {
/*	position: fixed;*/
	float: left;
	background-color: #D2B48C;
	width: 280px;
	height: 650px;
	margin-top: 0px;
	padding: 15px 5px 15px 35px;
}

#draw {
	position: center;
	height: 20px;
	width: 70px;
	background-color: green;
	color: white;
	text-align: center;
	cursor: pointer;
}	

h2, h4 {
	padding: 0;
	margin: 0;
}

.long {
/*	margin-top: 0px;
	margin-left: 350px;*/
	float: left;
	padding: 5px 5px 5px 20px;
/*	background-color: #ddd;
	width: 700px;*/
/*	background-color: red;
	width: 700px;
	height: 1000px;*/
}

span.block {
	display: block;
}

div#results {
	display: none;
}

svg {
	display: block;
	height: 600px;
	width: 900px;
}

/*#lin_3 {
	stroke: green;
	stroke-width: 15px;
}*/

#swipeBox {
	height: 100px;
	width: 200px;
}

.whiteout {
	fill: white;
	stroke: white;
	stroke-width:2;
/*	fill: #ccc;
	stroke: #ccc;
	stroke-width:1; */
}

#gap_1 {
	display: none;
}
#in_x_skew {
	display: none;
}