.episodic-ui {
    height: 100vh;
    padding-bottom: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: row;    
}

.ui-column {
    height: 100vh;
    flex: none;
    width: 50%;
    display: flex;
    flex-direction: column;    
}
.separator {
    width: 4px;
    flex-shrink: 0;
    background: #eee;
    cursor: ew-resize;
}

.is-extra-small {
    font-size: 12px; 
    padding: 2px 5px;
}

.ui-column .panel-body {
    flex-grow: 1;
    overflow-y: auto;
}
.ui-column .panel-header {
    display: flex;
    padding: 7px;
    gap: 7px;

}
.ui-column .panel-header .button {
    flex-shrink: 0;
}
.ui-column .panel-header .panel-title {
    flex-shrink: 0;
    font-weight: bold;
    font-size: 12px;
    margin: auto 0;
}


.input-logs,
.input-scene { flex: 5 }
.input-small { flex: 1; width: 50px }
