/*
 * BOXZOOM
 */
.leaflet-control-boxzoom {
    background-color:white;
    border-radius: 4px;
    border:1px solid #cccccc;

    width:34px;
    height:34px;
    line-height: 30px !important;

    background-image:url(https://watchers.news/tw-apps/sam/tpl/css/leaflet-control-boxzoom.svg);
    background-repeat:no-repeat;
    background-size:20px;
    background-position: center;

    box-shadow: 0 1px 2px rgba(0,0,0,0.65);

    cursor:pointer;
}

.leaflet-control-boxzoom.leaflet-control-boxzoom-active {
    background-color:#aaaaaa;
}

.leaflet-container.leaflet-control-boxzoom-active {
    cursor:crosshair;
}