#main-container-tdms {
    width : 100%;
    height : 100vh;
    margin : auto;
    display : block;
}

#plot-pane-tdms {
    position: absolute;
    z-index: 10;
    width: 99rem;
    right: 0;
    bottom: 0;
    box-shadow: 0px 1px 10px 0px #333333;
}

#tdms-plot-div {
    position: relative;
}

#map-pane-tdms {
    width : 100%;
    height : 100vh;
    margin : auto;
    display : block;
}