@CHARSET "UTF-8";

/* General */

div.event {
	height: 770px;
	position: relative;
}

/* Inputs */

#fx {
	font-family: helvetica;
}

.text-input {
	font-family: helvetica;
}

#func {
	width: 60%;
}

#start{
	width: 7%;
}

#stop {
	width: 7%;
}

#num-intervals {
	width: 7%;
}

/* Supported Constants and Functions */

#support {
	cursor: pointer;
}

#support-div {
	position: absolute;
	top: 240px;
	left: 25px;
	width: 300px;
	height: 160px;
	visibility: hidden;
	box-shadow: 2px 2px gray;
}

/* Example Approximation Types */

#approx-type {
	position: absolute;
	top: 240px;
	left: 10px;
	width: 400px;
	height: 375px;
	visibility: visible;
}

#ex-graph {
	margin-top: 20px;
	margin-left: 10px;
	width: 380px;
}

/* Graph */

.axes {
	width: 100px;
}

#graph {
	position: absolute;
	top: 296px;
	right: 10px;
	width: 500px;
	height: 300px;
	visibility: visible;
}

/* Miscellaneous */

#answer {
	position: absolute;
	top: 595px;
	right: 10px;
	width: 500px;
	height: 80px;
}

#notes {
	position: absolute;
	top: 650px;
	width: 1000px;
	height: 140px;
}