.main { margin: 0; } #editor { font-size: 16px; border-left: 1px solid black; position: fixed; top: 0; bottom: 0; right: 0; width: 500px; padding: 10px; } #editor input, #editor textarea, #editor button, #editor select { width: 100%; font-family: "Inconsolata", monospace; font-size: 16px; } #editor textarea { height: 418px; } #editor-save-button { height: 40px; }