body, html {
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    overflow:hidden;
}

.diva-part-wrapper {
    /*position: relative;*/
    /*min-width:300px;*/
    min-height:150px;
    height: calc(50% - 8px);
    width: calc(33% - 10px);
    display:inline-block;
    padding:4px;
    border:thin black solid;
    background-color:#FFF;
}

.diva-outer {
    height:calc(100% - 2.9em);
}

#control-panel-container {
    position:fixed;
    bottom:0;
    right:0;
    height:50%;
    width:33%;
    min-height:50%;
    min-width:33%;
    max-height:50%;
    max-width:33%;
}
#control-panel {
    height:auto;
    width:auto;
    overflow-y:auto;
    display:block;
    padding:5px;
    border:thin black solid;
    background-color:#CCC;
    position:absolute;
}
