html, body {
  border: 0px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: sans-serif;
}

canvas.layout {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

div.pagewrapper {
  height: 100%;
  display: flex;
  flex-flow: column;
}

div.toolbarwrapper {
  background-color: #f5f5f5;
  padding: 3px;
  height: 30px;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 10px;
}

div.layoutwrapper {
  overflow: scroll;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

div.statusbarwrapper {
  background-color: #f5f5f5;
  padding: 5px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 10px;
}

button.pushright {
  margin-left: auto;
}

span.label {
  margin-right: 0.5em;
}

/* Shown behind dialog elements */
::backdrop {
  background-color: black;
  opacity: 0.30;
}

dialog {
  border: 0px;
  border-radius: 25px;
  box-shadow: 0px 5px 20px #555555;
  min-width: 15em;
  max-width: 40em;
}

div.dialogtitlewrapper {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 20px;
}

div.dialogcontentwrapper {
  margin: 10px;
}

div.dialogbuttonwrapper {
  float: right;
  margin-top: 20px;
}
