:root {
    --content-max-width: 80%;
}

table td {
  padding: 3px 15px;
}

table.xl td.good {
  background-color: lightgreen;
  color: darkgreen;
}

table.xl td.bad {
  background-color: #ff9999;
  color: #9c0006;
}

.title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

main h1 {
  border-top-style: solid;
  border-color: white;
  border-width: 1px;
  padding-top: 15px;
}

#dungeon-tier-to-floor {
  text-align: center;
}

#dungeon-tier-to-floor td {
  padding-left: 3px;
  padding-right: 3px;

  &:empty {
    border-right: none;
    border-left: none;
  }
}

#dungeon-tier-to-floor .dttf-heading {
  font-size: 20px;
  font-weight: bold;
}

#dungeon-tier-to-floor .dttf-dungeon-tier td~td,
#dungeon-tier-to-floor tr~tr~tr>td:first-child,
#dungeon-tier-to-floor tr~tr~tr>td:last-child {
  background-color: black;
  font-weight: bold;
}

#dungeon-tier-to-floor tr~tr~tr td:nth-child(2n) {
  &:not(:empty) {
    background-color: #434343;
  }
}

#dungeon-tier-to-floor tr~tr~tr td.boss {
  &:not(:empty) {
    background-color: #9c0006;
    font-weight: bold;
  }
}

#dungeon-tier-to-floor tr~tr~tr td.gf {
  &:not(:empty) {
    background-color: #bf9000;
    font-weight: bold;
    color: white;
  }
}

#dungeon-tier-to-floor tbody tr:nth-child(2n) {
  background: none;
}

#dungeon-tier-to-floor tbody tr~tr td.dttf-info {
  &:not(:empty) {
    background: none;
    border: 1px solid #9c0006;
  }
}

table.anguish-choices td, table.anguish-choices th {
  padding: 3px 5px;
}
.ang-stats { color: #bb962c; }
.ang-bonus { color: #597149; }
.ang-malus { color: #c54b40; }
