/* oTree style */ .otree-body { max-width: 100%; } .page-header { margin: 4px 0 4px } .alert { max-width: 192px; margin: 0 100px 0 } .otree-chat { position: absolute; left: 0; top: 95px; bottom: 0; width: 30%; } .otree-chat__messages { height: 70%!important; } .otree-chat__input { width: 100%; } .otree-timer > p { margin-bottom: 0!important; } .otree-timer-firepad { z-index: 1; margin: 0; margin-left: auto; margin-right: 5px!important; margin-top: 13.8px!important; max-width: 154px!important; } .debug-info { display: none; } /* CodeMirror style */ .CodeMirror { padding-left: 0!important; } .firepad { position: relative!important; } #userlist { position: absolute; left: 0; top: 0; bottom: 0; height: auto; width: 30%; } #firepad { position: absolute; left: 30%; top: 0; bottom: 0; right: 0; height: auto; } .CodeMirror-cursor { width: 30px!important; }