/* build/dist/App.svelte.css */
#app.svelte-z5ljah {
  display: grid;
  grid-template-rows: minmax(200px, 1fr) minmax(0, 5fr);
  grid-template-columns: 50% 50%;
  column-gap: 20px;
  background-color: rgb(15, 23, 31);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 20px;
  height: 100%;
  padding: 10px;
  font-family: sans-serif;
}
button.svelte-z5ljah {
  position: fixed;
  top: 50px;
  margin: 0 auto;
  left: 50%;
  margin-left: -1em;
  min-width: 2em;
  padding: 0;
  right: 0;
  font-size: 30px;
  padding: 3px;
}
#pushRight.svelte-z5ljah {
  top: 50px;
}
#pushLeft.svelte-z5ljah {
  top: 100px;
}
#reset.svelte-z5ljah {
  top: 170px;
  font-size: 24px;
  width: 3em;
  margin-left: -1.5em;
}

/* build/dist/Editor.svelte.css */
.container.svelte-3ql7g0.svelte-3ql7g0 {
  position: relative;
  margin: 3px;
  font: 20px monospace;
}
textarea.svelte-3ql7g0.svelte-3ql7g0 {
  position: absolute;
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
  font: inherit;
  padding: 0;
  grid-row: 1;
  background-color: transparent;
  border-radius: 5px;
}
.mirror.svelte-3ql7g0.svelte-3ql7g0 {
  position: absolute;
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  color: transparent;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-radius: 5px;
}
.mirror.svelte-3ql7g0 > span.svelte-3ql7g0 {
  border-radius: 5px;
}

/* build/dist/DocInfo.svelte.css */
.component.svelte-18nmlxg.svelte-18nmlxg.svelte-18nmlxg {
  background-color: #222;
  border-top: 10px solid #444;
  margin: 0;
  grid-row: 2;
  color: white;
  display: flex;
  flex-direction: column;
}
.nav.svelte-18nmlxg.svelte-18nmlxg.svelte-18nmlxg {
  background-color: black;
  color: white;
  width: 100%;
  padding: 5px;
}
.nav.svelte-18nmlxg > .svelte-18nmlxg.svelte-18nmlxg {
  padding: 5px 10px;
}
.enabled.svelte-18nmlxg.svelte-18nmlxg.svelte-18nmlxg {
  color: red;
}
a.svelte-18nmlxg.svelte-18nmlxg.svelte-18nmlxg {
  color: inherit;
  text-decoration: none;
  font-weight: bolder;
}
.content.svelte-18nmlxg.svelte-18nmlxg.svelte-18nmlxg {
  padding: 5px;
  line-height: 1.4;
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.content.svelte-18nmlxg > .svelte-18nmlxg.svelte-18nmlxg {
  margin: 5px;
}
.options.svelte-18nmlxg.svelte-18nmlxg.svelte-18nmlxg {
  position: absolute;
  right: 0;
  padding: 10px;
  border-radius: 5px;
  background-color: #222;
}
.infoTab.svelte-18nmlxg.svelte-18nmlxg.svelte-18nmlxg {
  height: 100%;
}
.item.svelte-18nmlxg.svelte-18nmlxg.svelte-18nmlxg {
  margin: 10px 0;
}
.item.svelte-18nmlxg > .svelte-18nmlxg.svelte-18nmlxg:first-child {
  font-weight: bold;
  min-width: 50%;
}
.item.svelte-18nmlxg > .svelte-18nmlxg.svelte-18nmlxg:nth-child(2) {
  font-family: monospace;
}
.clocks.svelte-18nmlxg.svelte-18nmlxg.svelte-18nmlxg {
  margin-left: 20px;
}
.spaceEntries.svelte-18nmlxg.svelte-18nmlxg.svelte-18nmlxg {
  color: black;
  margin: 5px;
}
.spaceEntries.svelte-18nmlxg > .svelte-18nmlxg.svelte-18nmlxg {
  margin: 10px 0;
  padding: 5px;
}
.spaceEntries.svelte-18nmlxg > .svelte-18nmlxg > .svelte-18nmlxg:not(:first-child) {
  padding-left: 20px;
}
.origin.svelte-18nmlxg.svelte-18nmlxg.svelte-18nmlxg {
  font-family: monospace;
  padding: 0 3px;
}
