/* Openlayers style overrides only */

.ol-zoom button, .ol-control button {
    min-height: 1em !important; /* Use original ol-definitions */
    text-transform: none !important;
}

.ol-attribution ul {
    font-size: small;
    overflow: initial;
}

.ol-attribution ul li {
    margin: 0;
}

.ol-attribution a {
    color: initial;
    text-decoration: underline;
}

.ol-attribution img {
    margin-top: -6px;
}
