#editor{display: inline-block; position: absolute;}

            .simple-box {
                padding: 0.5em;
                margin: 1em 0;
                height: 55vh;

                background: rgba( 255, 215, 0, 1 );
                border: solid 1px hsl(0, 0%, 77%);
                border-radius: 2px;
            }

            .simple-box-title, .simple-box-description {
                padding: 10px;
                margin: 0;

                background: #FFF;
                border: solid 1px hsl(0, 0%, 77%);
            }

            .simple-box-title {
                margin-bottom: 10px;
            }
            .simple-box-description {
            	height: 41vh;
            	overflow-y: scroll;
            }
