#map {
    background: url("/-/mappinghistory/english/US/beta_modules/images/background.png");
    background-size: 100% 100%;
    border: 3px solid #5a4119;
    position:relative;
    margin:auto auto;
    width:450px;
    height:568px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 8px 0 rgba(0, 0, 0, 0.19);
}
#top_bar {
    position: absolute;
    top: 0px;
    z-index: 3;
    background: url("/-/mappinghistory/english/US/beta_modules/images/top_bk.png");
    background-size: 100%;
    width:100%;
    height:40px;
}
#map_canvas {
    position: absolute;
    top: 20px;
    left: 80px;
    z-index: 1;
}
#map_legend {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 5px;
}
#legend {
    display: none;
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 2;
}
#event_title {
    margin: 5px 5px;
    color: white;
}
#button_bar {
    z-index: 3;
    border-top:3px solid #5a4119;
    border-bottom:3px solid #5a4119;
    height: 100px;
    width: 100%;
    background: url("/-/mappinghistory/english/US/beta_modules/images/control_bk.png");
    background-size: 100%;
    position: absolute;
    bottom:90px;
}
#allButtons {
    text-align: center;
}
#button_bar button {
    cursor: pointer;
    padding: 5px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #F7E494;
    border: solid 1px #aaa;
}
#event_text {
    height:90px;
    width:100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
    background-color: #ffeecc;
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    overflow: auto;
    resize: none;
}
#event_content {
    margin: 5px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:.8em;
}
.scroll-pane {
    width: 100%;
    height: 100px;
    overflow: auto;
}
.horizontal-only {
    height: auto;
    max-height: 100px;
}
button {
    background-color: transparent;
    border:0;
    padding: 0;
    margin: 0;
}
fieldset {
    border:0;
    padding: 0px;
    margin: 5px;
}