body{margin:0;overflow-x:hidden}div.heading{display:flex;justify-content:flex-start}.heading h1{text-transform:capitalize}.heading h1:before{position:absolute;left:0;bottom:0;width:60px;height:2px;content:""}#container{display:flex;flex-wrap:wrap;width:100%;max-width:100vw}.col-side{max-width:100%}#combo_container,.col-side{flex:0 0 240px}#content_container{flex:1;min-width:0;max-width:100%;overflow-x:auto}#container>div+div{border-left:2px solid rgba(0,0,0,.12)}#combo_container{background-color:#fafafa;border:1px dashed;position:sticky;top:0;align-self:flex-start}#content_container{border:2px outset #ccc}@media (max-width:768px){#container{flex-direction:column}#content_container,.col-side{flex-basis:100%;width:100%}}#content_container *{word-wrap:break-word;overflow-wrap:break-word}#content_container::-webkit-scrollbar{width:12px;height:12px}#content_container::-webkit-scrollbar-thumb{background-color:#888;border-radius:6px}#content_container::-webkit-scrollbar-track{background-color:#f1f1f1}code,pre{white-space:pre-wrap;word-wrap:break-word}textarea{max-width:100%;box-sizing:border-box}.ui-icon-help{cursor:pointer}