html,body{margin:0;height:100%;overflow:hidden}#app{display:flex;height:100vh;width:100vw}#sidebar{width:400px;padding:5px;overflow:auto}.product-select-option{display:flex;justify-content:space-between;align-items:center}.product-select-option .icon{width:24px;height:24px;float:right}.product-select-item{width:100%}#panzoomGraphContainer{flex:1;border-left:2px solid;position:relative;display:block;float:right;overflow:auto}.editable-multiplier-label:hover{cursor:text}.node-overlay{height:100%;width:100%;margin:0;padding:2px;border:3px solid black;box-sizing:border-box;background-color:wheat}.node-alternate-recipes{display:flex;width:100%}.node-alternate-recipes>.recipe-label{white-space:nowrap;flex-shrink:0}.node-alternate-recipes>select{flex:0 1 auto;min-width:0;max-width:100%;width:auto}.node-icon{height:48px;width:48px;float:right}.edge-overlay{height:100%;width:100%;margin:0;padding:2px;box-sizing:border-box;background-color:#f0f0f0}
