body
{
	font-family: Arial;
	font-size: 14px;
}

#equation-image
{
	width: 270px;
	height: 45px;
	margin-top: 35px;
}

#signal-choice-column
{
	padding-right: 30px;
}

#graph-1-select{
	margin-bottom: 30px
}
#graph-2-select
{
	margin-bottom: 10px
}

#graph-1-title
{
	text-align: center;
	margin-top: -2px;
}
#graph-2-title,
#graph-3-title,
#graph-4-title,
#graph-5-title,
#graph-6-title,
#current-k-value-div
{
	text-align: center;
}

#graph-2-title
{
	margin-top: 30px;
}

#graph-4-title,
#graph-5-title,
#graph-6-title
{
	margin-top: 10px;
}

#current-k-range
{
	width: 100%;
}

#current-k-range-td
{
	padding-top: 40px;
	padding-left: 20px;
}

#graph-1,
#graph-2
{
	height: 120px;
	width: 250px;
}

#graph-3,
#graph-4,
#graph-5,
#graph-6
{
	height: 120px;
	width: 400px;
}

#choose-signals-instruction-div
{
	position: absolute;
	top: 215px;
	left: 430px;
}

#drag-control-instruction-div
{
	position: relative;
	top: -35px;
	left: -250px;
	width: 230px
}