﻿/**
 Stylesheet for advanced search dropdowns
 */
#image {
    background-color: #eee;
    padding: 1em;
    clear: both;
    display: inline-block;
    margin: 1em 0;
}

#map {
    width: 100%;
    height: calc(100vh - 10em);
}

.info {
    margin: 0;
}

.ol-attribution {
    bottom: 30px;
    height: 1em;
}

.ol-scale-line {
    left: 10px;
    bottom: 10px;
}

.ol-control-title {
    height: 2em;
}

.ol-print-compass {
    top: 2.0em !important;
}

.ol-control button {
    background-color: #639a67 !important;
}