﻿.ol-layer-switcher {
    z-index: 101;
    position: absolute;
    right: 0px;
    top: 50px;
}

.ol-zoomslider {
    /*width: 25px;*/
    left: 0.5em;
}


.ol-attribution {
    bottom: 0;
    right: 32px;
    text-align: right;
}

.ol-mouse-position {
    top: inherit;
    right: 4px;
    bottom: 30px;
    /*right: 8px;*/
    position: absolute;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: black;
}

.ol-scale-line {
    background: rgba(0,60,136,.4);
    left: 50px;
    z-index: 101;
}

.ol-scale-line-inner {
    /*color: #383d41 !important;*/
    font-size: 14px !important;
}

.ol-zoomslider-thumb {
    position: absolute;
    background: #7b98bc;
    background: rgba(0,60,136,0.5);
    border-radius: 2px;
    cursor: pointer;
    height: 10px;
    width: 22px;
    margin: 3px;
}

.ol-control button {
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
}

.ol-own {
    top: 5.7em;
    right: 0.5em;
}

.ol-rotate {
    right: 2.5em;
}

.ol-attribution.ol-uncollapsible {
    background: rgba(255,255,255,.6);
}

.ol-attribution ul {
    font-size: 8px;
    padding: 0;
}

