#data_area {
    margin-top: 40px;
    position: relative;
  }
  
  #data_area button {
    color: orange;
    border: 1px solid orange;
    background: #2c2c2c;
    transition: background 0.1s linear, color 0.1s linear;
  }

  #data_area button:hover {
    background: #5a5a5a;
    color: white;
  }

  .editorBarMenuDiv {
    cursor: pointer;
    background-color: rgb(41, 41, 41);
    float: left;
  }
  
  .editorBarTitle {
    height: 50px;
    padding: 12px;
    font-size: 18px;
  }
  
  .editorBarSubDiv {
    display: none;
    padding: 10px;
  }
  
  .editorBarSubDiv:hover, .editorBarTitle:hover {
    background-color: rgb(255 255 255 / 20%);
  }
  
  .editorBarMenuDiv:hover .editorBarSubDiv {
    display: block;
  }
  
  .editorBarSubDiv div {
    background-color: rgba(0, 0, 0, .8);
  }

  #triggerDivLeft {
    position: absolute;
    width: 30%;
    height: 100%;
    left: 0;
    top: 0;
    padding-right: 10px;
  }
  
  .triggerInstanceListEntry {
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0);
    padding-left: 6px;
  }
  
  .triggerInstanceListEntry:hover {
    background-color: rgba(255, 255, 255, 0.281);
  }

  .triggerInstanceListEntry.selected {
    border: 1px dashed rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.15);
  }
  
  #triggerDivRight {
    margin-left: 30%;
  }

  #triggerDivRight select, #triggerDivRight input
  {
    color: black;
  }

.triggerInstance
{
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0);
    padding-left: 6px;
}

.triggerInstance:hover
{
    background-color: rgba(255, 255, 255, 0.2);
}

.triggerInstance.selected
{
    border: 1px dashed rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.15);
}

.triggerInstanceTitle
{
    cursor: pointer;
}

.triggerInstanceTitleEdit
{
    border: 1px solid white;
    color: black;
}

#editorFeedWindow {
    position: absolute;
    right: 10px;
    top: 72px;
    z-index: 105;
    background-color: rgba(0, 0, 0, .8);
    padding: 12px;
    overflow-y: scroll;
    height: 300px;
    width: 250px;
  }
  
  #editorDataWindow {
    position: absolute;
    left: 10px;
    top: 72px;
    z-index: 105;
    background-color: rgba(0, 0, 0, .8);
    padding: 12px;
    overflow-y: scroll;
    bottom: 10px;
  }

  
.editorDataFieldDiv:hover .editorTip {
    display: block;
  }
  
  #editorDataWindow::-webkit-scrollbar, #editorFeedWindow::-webkit-scrollbar, #editorWeaponsWindow::-webkit-scrollbar {
    width: 10px;
  }
  
  #editorDataWindow::-webkit-scrollbar-track, #editorFeedWindow::-webkit-scrollbar-track, #editorWeaponsWindow::-webkit-scrollbar-track {
    background: #555;
  }
  
  #editorDataWindow::-webkit-scrollbar-thumb, #editorFeedWindow::-webkit-scrollbar-thumb, #editorWeaponsWindow::-webkit-scrollbar-thumb {
    background: white;
  }
  
  .editorDataFieldDiv {
    padding: 5px;
    position: relative;
    height: 50px;
  }

  .editorDataFieldDiv label div {
    position: absolute;
    left: 420px;
    top: 8px;
  }
  
  .editorDataFieldDiv:hover {
    background-color: rgba(255, 255, 255, 0.13);
  }
  
  .editorDataFieldDiv > label {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  
  .editorDataFieldDiv > label > p {
    position: absolute;
    left: 18px;
    top: 11px;
  }
  
  .editorDataFieldDiv input {
    border: none;
    color: black;
  }
  
  .editorDataFieldDiv label {
    margin-left: 2px;
    margin-right: 10px;
  }
  
  .editorNewTriggerWindow {
    position: absolute;
    background: rgba(0, 0, 0, 0.856);
    top: 200px;
    width: 600px;
    margin-left: -300px;
  }
  
  .editorNewTriggerWindowCloseButton {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .triggerParam {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
  }

  .triggerParam:hover {
    background-color: rgba(255, 255, 255, 0.38);
  }
  
  .eventAddButton, .actionAddButton {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: none;
    background: none;
    font-size: 24px;
  }
  
  .addEventDiv {
    position: absolute;
    top: 300px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    z-index: 9999999;
    background-color: black;
    border: 1px solid #ffffff75;
    padding: 18px;
    text-align: center;
  }
  
  #editorBar {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 106;
    background-color: rgba(0, 0, 0, .8);
    padding: 2px;
    height: 52px;
  }

  #minigame_data_print
  {
    white-space: pre-wrap;
    cursor: pointer;
    margin-top: 30px;
  }

  #minigame_data_print:hover
  {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .varInstanceListEntry
  {
    margin-top: 8px;
  }

  .vaName
  {
    border: 1px solid white;
    background: black;
    padding-left: 6px;
    width: 200px;
  }

  .varType
  {
    margin-left: 16px;
    display: inline-block;
    width: 164px;
  }

  .varInput
  {
    border: 1px solid white;
    background: black;
    padding-left: 6px;
    width: 200px;
  }

  .varAddButton
  {
    margin-top: 12px;
  }

  .promptBG
  {
    z-index: 999999;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }

  .addVarDiv
  {
    width: 280px;
    border: 1px solid white;
    position: absolute;
    left: 50%;
    top: 200px;
    margin-left: -100px;
    text-align: center;
    font-size: 22px;
    color: white;
    padding-top: 10px;
  }

  .addVarTitle
  {
    margin-top: 14px;
    font-size: 26px;
  }

  .addVarSelect
  {
    border: 1px solid white;
    background: black;
    margin-top: 16px;
  }

  .addVarButton
  {
    border: 1px solid white;
    background: black;
    display: block;
    margin: 16px auto;
  }

  .cancelVarButton
  {
    position: absolute;
    top: 4px;
    right: 8px;
    border: none;
    background: none;
    font-size: 28px;
  }

  .cancelVarButton:hover
  {
    color: rgb(255, 225, 54);
  }

  .vertMiddle
  {
    vertical-align: middle;
  }

  #minigame_data_print .key { color: red; }
  #minigame_data_print .string { color: green; }
  #minigame_data_print .number { color: darkorange; }
  #minigame_data_print .boolean { color: blue; }
  #minigame_data_print .null { color: magenta; }