body,
main,
aside,
article,
section,
div {
  margin: 0;
  padding: 0;
}

body {
  width: 100vw;
  height: 100vh;
}

.footnotesize {
	font-size: 80%;
}

#main {
  display: flex;
  width: 100%;
  height: calc(100% - 2em);
}

#footer {
  display: flex;
  width: 100%;
  height: 2em;
  justify-content: space-between;
}

#canvas {
  width: 30%;
  height: 100%;
}

#missing_form {
  width: 40%;
  height: 100%;
  overflow: scroll;
  display: flex;
  flex-direction: column;
}

#missing_form p {
  width: 100%;
  display: flex;
}

#export {
  width: 30%;
  height: 100%;
  background-color: lightgrey;
  font-family: monospace, monospace;
  font-size: small;
  overflow: scroll;
}

#export.error {
  color: #8b0000;
}
