/* graphnion: display Tor relay graphs on a website
 *
 * Copyright © 2013-2015 Nos oignons <contact@nos-oignons.net>
 *
 * graphnion is licensed under the Creative Commons Attribution-Share
 * Alike 3.0 Unported license.
 *
 * You are free:
 *
 * • to share – to copy, distribute and transmit the work
 * • to remix – to adapt the work
 *
 * Under the following conditions:
 * • attribution – You must attribute the work in the manner specified
 *   by the author or licensor (but not in any way that suggests that they
 *   endorse you or your use of the work).
 * • share alike – If you alter, transform, or build upon this work,
 *   you may distribute the resulting work only under the same or similar
 *   license to this one.
 */

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

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

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