/**
 * RESET
 */
  ul, li {
    margin : 0;
    padding : 0;
    list-style-type: none;
  }
  
  #sidebar-menu{
    display: none;
    transition: 0.3s;
    background: #aaa;
    border-right: 5px solid #888;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
  }
  
  #editor-container {
    position: absolute;
    top : 0;
    right: 0;
    left: 410px;
    bottom: 0;
    transition: 0.3s;
  }
  
  .editor-frame {
    width:100%;
    height:100%;
    border: none;
  }
