svg {
    background-color: grey;
}
g.points circle {
    stroke: black;
    stroke-width: 2px;
    fill: white;
}
g.marker circle {
    fill-opacity: 0.2;
    fill: red;
}
g.marker polygon {
    fill-opacity: 0;
}