
text {
    font: 12px sans-serif;
}
svg {
    display: block;
}
#scatter-chart, #multip-scatter-chart, svg {
    margin: 0px;
    padding: 0px;
    height: 400px;
    width:100%;
    margin-left: -13px;
}
.nv-group{
  stroke: black;
  fill: black;
  fill-opacity: 0.75 !important;
}


.tick line {
  stroke-width:3;
  stroke: #F1F1F1 !important;
}

.nvd3 text{
  font-family: Mario, monospace;
  font-size: 16px;
}

.domain{
  opacity: 0;
}