/*
 * The contents of this file are subject to the terms of the
 * Common Development and Distribution License, Version 1.1 only
 * (the "License").  You may not use this file except in compliance
 * with the License.
 *
 * See the file LICENSE in this distribution for details.
 * A copy of the CDDL is also available via the Internet at
 * https://spdx.org/licenses/CDDL-1.1.html
 *
 * When distributing Covered Code, include this CDDL HEADER in each
 * file and include the contents of the LICENSE file from this
 * distribution.
 */

#map,#tracebtn,#newplakatbtn {
    position: absolute;
}

#map {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#newplakatbtn {
    margin: 8px;
    background-color: #fff;
    border: 3px raised darkgray;
    font-family: sans-serif;
    bottom: 8px;
    right: 8px;
    z-index: 9999;
    opacity: .7;
    cursor: hand;
    padding: 4px;
}

#tracebtn {
    margin: 8px;
    background-color: #fff;
    border: 3px raised darkgray;
    font-family: sans-serif;
    top: 8px;
    right: 8px;
    z-index: 9999;
    opacity: .7;
    cursor: hand;
    padding: 4px;
}

#tracebtn.strike {
    text-decoration: line-through;
}
