body{
  display: flex;
  flex-direction: column;
}
body, html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-size: 12px;
}
body.wait {
  cursor: progress;
}

.bar {
  height: 22px;
  background: #DDD;
  padding: 3px;
  border-bottom: 1px solid gray;
}
.bar > * {
  display: inline-block;
  margin-right: 8px;
  font-family: sans-serif;
  font-size: 12px;
}

.df {
  height: 0;
  flex-grow: 1;
}

.bl {
  height: 0;
  flex-grow: 1;
}

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;
}