main#bg > article.contentText {
    min-width: 900px;
    width: 100%;
}

#orchmap {
    max-width: 900px;
    width: 100%;
    margin:1rem auto;
    position: relative;
    height: 614px;
    overflow-y: scroll;
}

#treeDets {
    color: #007531;
    width: 290px;
    border: 1px solid #007531;
    padding: 4px;
    display: none;
    height: auto;
    max-height: 130px;
    overflow: auto;
    position: relative;
    z-index: 2;
    top: -610px;
    left: 10px;
    background-color: #FFD;
    clear: both;
    right: 0;
    bottom: 0;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.4rem;
}

#treeDets em {
    font-size: 0.8rem;
}

@media screen and (min-width: 900px) {
    div.notice {
        display: none !important;
    }
}
@media screen and (max-width: 900px) {
    div.notice {
        text-align: left;
        width: 80%;
        font-size: 1.1rem;
        max-width: 95vw;
        margin: 1rem 0;
    }
}
