.easy-button-button {
    padding: 0px;
}

.leaflet-bar-horizontal button {
    float: left;
    border-right: 1px solid #ccc;
    border-bottom-width: 0px;
    text-decoration: none;
}

.leaflet-bar-horizontal button:hover {
    border-bottom-width: 0px;
}

.leaflet-bar-horizontal button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
}

.leaflet-bar-horizontal button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-right-width: 0px;
}
