body {
  background-image: url("/images/dice.png");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.points {
  text-align: right;
  font-weight: bold;
}

p.points + p {
  text-indent: 0;
}

div.template {
  margin: 1em 0;
}

.heading {
  font-weight: bold;
  font-style: italic;
}

div.template p {
  text-indent: 0;
}

.footnotes {
  font-size: small;
}

table.systems {
  margin: 1em 0;
}

table.systems th {
  font-style: italic;
}

table.systems th + th {
  text-align: left;
  font-style: italic;
}

table.systems tr td:first-child {
  text-align: center;
}

table.ship {
  border-collapse: collapse;
  margin: 1em 0;
}

table.ship thead tr + tr {
  text-align: left;
}

table.ship th, table.ship tb {
  padding: 0 0.5em;
}

table.ship tbody {
  background-color: silver;
  text-align: center;
}
