/*
*Leaflet map must have a defined height
*/
#map { height: 30rem; }

/*
* Style for leaflet plugin, copied instead of imported so that modifcations to image paths and button sizes could be made
*/
.leaflet-control-pan a {
    width: 44px;
    height: 44px;
}

.leaflet-control-pan-up {
    background-image: url(../Images/pan-up.png);
}

.leaflet-control-pan-left {
    background-image: url(../Images/pan-left.png);
}

.leaflet-control-pan-right {
    background-image: url(../Images/pan-right.png);
}

.leaflet-control-pan-down {
    background-image: url(../Images/pan-down.png);
}