#topo_container{
    display:none;
    width:100%;
}

#topo_upload_row {
    margin-top:1vh;
    width:100%;
}

#topo_compute_row {
    margin-top:1vh;
    margin-bottom:1vh;
    width:82vw;
}

#topo_octopus_row {
    margin-top:1vh;
    height:63vh;
    width:100%;
}

#topo_time_series_row {
    margin-top:1vh;
    height:35vh;
}

.topo_dbc_row {
    height:100%;
    width:100%;
    margin:0;
    padding:0;
}

#topo_row {
    width:100%;
    margin:0;
    padding:0;
}


#topo_octopus {
    height:50vh;
    width:100%;
    padding:0;
}

.red_border{
    border-color:#FF0000;
}

