body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../pics/plus.png) url(../pics/minus.png);
}
.textBlockText {
  position: absolute;
  display: none;
  background: #ffffff88;
  user-select: none;
}
.bottomTabButtonCont {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
.bottomTabButton {
  display: block;
  width: 100%;
  background: white;
}
.blockSelect {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  display: flex;
  text-align: center;
  background: #44444488;
}
.blockSect {
  height: 100%;
  background: #ffffff88;
  display: flex;
  align-items: center;
  flex-grow: 1;
  overflow-x: scroll;
  overflow-y: hidden;
}
.blockSelectLabel {
  margin-right: 5px;
  min-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.blockSelected {
  box-shadow: 0 0 0 4px red;
}
.blockEdit {
  display: flex;
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  text-align: center;
  background: #44444488;
}
.blockEditMenu {
  height: 100%;
  overflow-x: scroll;
  flex-grow: 1;
}
.blockEditBtn:active {
  background-color: #88ff88;
  background-blend-mode: multiply;
}
.noEditText {
  font-size: 50px;
  background: #ffffff88;
}
.propContainer {
  height: 85%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.blockProp {
  display: flex;
  background: #ffffff88;
}
.editOptions {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: calc(100% - 200px);
  background: #88888888;
  text-align: center;
  overflow-x: hidden;
}
.editOptions > div {
  background: #ffffff88;
}
.optionButton {
  width: 50px;
  height: 50px;
  background-size: contain;
}
.optionButton.small {
  width: 25px;
  height: 25px;
}
.tabButton {
  width: 50px;
  height: 25px;
  background: white;
  padding: 0;
}
input,
button {
  border: solid 1px black;
  background: white;
}
.tabButton,
.optionButton {
  border-width: 2px;
}
.buttonOn,
.optionButton:active {
  background-color: #88ff88;
  background-blend-mode: multiply;
}
.buttonOccupied {
  background-color: #ffff88;
  background-blend-mode: multiply;
}
.saveMenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: calc(100% - 200px);
  background: #88888888;
  text-align: center;
  overflow-x: hidden;
}
.saveMenu > div > div {
  background: #ffffff88;
}
.playDisp {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  border-radius: 0 0 0 25px;
  background: #bbbbbbbb;
  text-align: center;
  overflow-x: hidden;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
}
.infoDisp {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  background: #bbbbbbbb;
  text-align: center;
  overflow-x: hidden;
  font-size: 15px;
  min-height: 25px;
  line-height: 25px;
}
.helpMenu {
  display: none;
  background: #bbbbbbbb;
  line-height: 1.5em;
}
.helpMenu > div {
  text-align: center;
}
.helpMenu > div > div {
  vertical-align: top;
  text-align: left;
}
.key {
  display: inline-block;
  background: #ffffff;
  min-width: 1.25em;
  height: 1.25em;
  text-align: center;
  box-shadow: gray 0px 3px;
}
.eventEditor {
  background: #bbbbbbbb;
}
.eventOption {
  position: absolute;
  top: 0;
  right: 100%;
  background: #bbbbbbbb;
  width: 200px;
}
.eventDoc {
  position: absolute;
  top: 0;
  left: 100%;
  background: #bbbbbbbb;
  width: 400px;
  overflow-y: scroll;
  max-height: 100%;
  overflow-wrap: break-word;
}
#commandList > div > div {
  background: #ffffff88;
}
