#Map.WithSidebar .leaflet-control-button {
    display: none !important;  /* hack for this specific application, that this button is only visible when the sidebar is not */
}

.leaflet-control-button {
    color: #444 !important;
    height: 28px;
    width: 28px;
}

.leaflet-control-button {
    box-shadow: 0px 1px 5px rgba(0,0,0,0.65);
    border-radius: 0;
    font-weight: bold;
    background-color:white;
    cursor:pointer;
    text-align: center;
}

.leaflet-control-button .dashicons {
    font-size: 25px;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    color: #444 !important;
    line-height: 1.25;
}
