
.floorgrid-parent {
  height: 2.5em;
  width: 2.5em;
  display: grid;
}

.floorgrid-cell {
  margin: 1px;
}

.floorgrid-room {
  background-color: #aaaaff;
}

.floorgrid-padding {
  background-color: #dddddd;
}

#reportSummary {
  padding-top: 20px;
}


.dungeon-info-table > tr > th {
  border-right: 1px solid #ccc;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 20px;
  width: max-content;
  border: 1px solid #ccc;
}

th, td { 
  border: 0.5px solid #ccc;
  text-align: left;
  padding: 3px 5px;
}

th {
  background-color: #f2f2f2;
}

th.hovered {
  background-color: #f2f8fc;
}

td.hovered {
  background-color: #f2fcff;
}

thead {
  position: sticky;
  top: 0;
  z-index: 2;
}

.row-header {
  position: sticky;
  left: 0;
  z-index: 1;
}

.graytext {
  color: #666;
}

.subtext {
  font-size: 80%;
  color: #666;
}

.subheader{
  font-size: 80%;
  color: #666;
}

.empty-cell {
  background-color: #f9f9f9;
}

.category-1-end {
  border-right: 1px solid #ccc;
}

.category-1-start {
  border-left: 1px solid #ccc;
}

.category-2-start {
  border-left: 2px double #ccc;
}

.category-2-end {
  border-right: 2px double #ccc;
}

.tables {
  display: flex;
  gap: 20px;
  align-items: start;
  grid-auto-columns: column;
  justify-content: start;
}