body {
  font-size: 12px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  height: auto;
  padding-bottom: 20px;
}

h1 {
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

li.selected {
  color: #e41a1c;
}

li.disabled {
  color: gray;
}

div#menu {
  margin-top: 20px;
}

div#infobox {
  min-height: 20px;
  margin: 10px;
}

div#output {
  text-align: center;
}
