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

#bandwidth form {
  margin: auto;
  text-align: center;
}

#bandwidth .graph-period div {
  display: inline-block;
  vertical-align: middle;
  min-width: 6em;
}
#bandwidth svg {
  clear: left;
}
