#colorwheel path {
    cursor: crosshair;
}

.label {
    fill: white;
}

.lines {
    stroke: white;
    stroke-width: 2;
}

#colorwheel .lines {
    stroke: white;
    stroke-width: 2;
}
#colorwheel path {
    pointer-events: bounding-box;
}
#colorwheel path:hover {
    opacity: 0.5;
}

.dot{
    height: 5px;
    width: 5px;
    border-radius: 50%;
    margin: 1px;
}
