body {
    overflow: hidden;
}

#header {
    border: 1px solid black;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 40px;
    padding: 4px;
    background-color: #222222;
}

#footer {
    background-color: #222222;
    border-top: 1px solid black;
    position: absolute;
    padding: 4px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    min-height: 20px;
}

#map {
    position: absolute;
    left: 300px;
    top: 0px;
    right: 0px;
    bottom: 400px;
}

#sidearea{
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    width: 300px;
    bottom: 400px;
    overflow: hidden;
    background-color: grey;
}

#mapfig {
    margin: 0;
    padding: 0;
}

#contents {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 29px;
    width: 100vw;
    padding: 0;
    margin: 0;
}

#ts_container{
    position: relative;
    top: -10vh;
    min-width: 200px;
    max-width: 50vw;
    left: 100px;
}

#selected-plot{
    width: 100%;
    height: 400px !important;
}

#timeline-area{
    position: absolute;
    max-height: 400px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0;
    padding: 0;
}

#timeline-graph{

}
