.backtohome { font-family: monospace; }
.backtohome a
{
  text-decoration: none;
  color: white;
}


canvas {
  image-rendering: pixelated;
  background: #88f;
  width: 100%;
}

.fitcont {
  width: fit-content;
}

#maingamepanel {
  width: 90%;
  margin: auto;
  margin-top: 50px;
}

#windowtitle {
  font-size: 24px;
  padding: 10px;
}

#debugpanel {
  padding: 10px;
}

.toolbutton {
  width: 32px;
  height: 32px;
  display: inline-block;
}

#ui_tool_current {
  display: inline-block;
  width: 400px;
}

#uibuttonsbar td {
  padding-right: 10px;
}

