svg .compass {
    fill: #fff;
    stroke: #000;
    stroke-width: 1.5;
}

svg .button {
    fill: #225EA8;
    stroke: #0C2C84;
    stroke-miterlimit: 6;
    stroke-linecap: round;
}

svg  .button:hover {
    stroke-width: 2;
}

svg  .plus-minus {
    fill: #fff;
    pointer-events: none;
}

svg g#autofocus:hover {
    stroke-width: 1.5;
    stroke: black;
}

svg g#autofocus text {
    stroke-width: 0 !important;
}
