#graph {
	border: 3px solid black;
	background: #161616;
	float: left;
}
body{
	background: #060606;
	color: #eee;
  margin: 0px;
}
#options{
  transition: 2s;
  position: absolute;
  background: #000000;
  right: 0;
  bottom: 0;
  height: 7em;
  overflow: hidden;
}
#options:hover{
  transition: 2s;
  height: 100%;
}
#functions{
	border: 3px solid black;
	background: #161616;
}
