body, html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-size: 12px;
}
body.wait {
  cursor: progress;
}
svg {
  width: 100%;
  height: 100%;
  background: white;
}
.tick line {
  stroke: black;
  stroke-width:  1px;
}
.xaxis path, .axis line, .yaxis path {
  stroke-width:1px;
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
  }

input{
  padding : 0 2px;
  margin  : 0;
  width   : 240px;
}