.line {
    fill: none;
    stroke: steelblue;
    stroke-width: 1px;
}

.horizontalGrid, .verticalGrid {
    fill: none;
    shape-rendering: crispEdges;
    stroke: lightgrey;
    stroke-width: 1px;
}

.overlay {
    fill: none;
    pointer-events: all;
}

#svgLSDIntensity, #svgLSDPolarization, #svgNormIntensity, #svgNormPolarization,
#svgNoNormIntensity, #svgNoNormPolarization {
    background-color : white;
    margin: 0 auto;
    width: 500px;
    height:290px;
    margin-top : 20px;
    margin-bottom: 20px;
}

#svgLSDPolarization, #svgNormPolarization, #svgNoNormPolarization{
    display: none;
}


.focus circle {
  fill: steelblue;
}

.titreGraphe {
    font-weight: bold;
}

#basicquery_form legend {
    padding: 5px 5px 0px 5px;
}
