#mapgis-3d-viewer {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
}
#side {
    flex: 1;
    height: 100%;
    background-color: antiquewhite;
}
#content {
    height: 100%;
    width: 200px;
    flex: 6.5;
    position: absolute;
    top: 0;
    right: 0;
}
#plot-show-table {
    position: absolute;
    right: 0;
    top: 0;
}

#plot-show-table  .list{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;

}
#plot-show-table .list:last-child{
    border-bottom: 1px solid #ccc;
}
#plot-show-table .list .key{
    flex: 1;
    padding:5px 5px;
    border-right: 1px solid #ccc;
}
#plot-show-table .list .value{
    flex: 1;
    padding:5px 5px;
}

.plot-panel-container {
    position: absolute;
    top: 10px;
    right: 10px;
}

.plot-panel-container .panel-body {
    padding: 16px;
}