#results-graph {
  width: 80%;
  height: 700px;
  /* the graph is circular so its bounding box can overlap the controls a little */
  margin-top: -50px;
  /* make sure the user sees the top of the table before the bottom of the graph */
  margin-bottom: -50px;
}
