#potree_container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

#potree_map_toggle {
    display: none;
}

#potree_map {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 400px;
    height: 400px;
    display: none;
}

#potree_map_header {
    position: absolute;
    width: 100%;
    height: 25px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#potree_map_content {
    position: absolute;
    z-index: 100;
    top: 25px;
    width: 100%;
    height: calc(100% - 25px);
    border: 2px solid rgba(0,0,0,0.5);
    box-sizing: border-box;
}

#entwine_logo_container {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 9999999;
}

#entwine_logo {
    max-width: 48px;
}

#entwine_copy {
    max-width: 48px;
    position: absolute;
    right: 14px;
    bottom: 72px;
    z-index: 9999999;
    cursor: pointer;
}

#entwine_copied {
    position: absolute;
    right: 68px;
    bottom: 83px;
    color: #192854;
    padding: 4px 8px;
    background-color: #39B44A;
    opacity: 0.6;
    z-index: 9999999;
    border-radius: 3px;
    display: none;
    font-family: Helvetica, Arial, Sans-Serif;
}

#entwine_toggle {
    max-width: 48px;
    position: absolute;
    right: 14px;
    bottom: 124px;
    z-index: 9999999;
    cursor: pointer;
}

.display_none {
    display: none !important;
}

