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

#weights form {
  margin: auto;
  width: 35em;
}

#weights div {
  float: left;
  width: 7em;
}
#weights svg {
  clear: left;
}
