
        /* Move OpenLayers rotation (north) control lower */
        .ol-rotate {
            top: 140px !important;
            /* original default is 0 or 15px */
            right: 10px !important;
            z-index: 900;
            /* keep it below layer switcher */
        }

        /* If using compass icon inside it */
        .ol-rotate button {
            width: 32px;
            height: 32px;
        }

