#debugWindow {
  width: 600px;
  height: 300px;
}

#chatLogTable > tr {
  height: 0.5em;
}

.table td {
  padding: 0.1rem;
}

#map {
  width: 100%;
  height: 600px;
  background-color: grey;
}

