body{
  font-family: menlo, Consolas, 'Lucida Console', monospace; 
  margin: 0px;
}


svg{
  overflow: visible;
}

.domain{
  display: none;
}

text{
  pointer-events: none;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
  fill: #f0f;
}

.axis text{
  fill: #000;
}

#raw-lineTo, #columns{
  cursor: pointer;
}

line{
  opacity: .4;
  stroke: #f0f;
}