.charactersheets {
  display: block;
}

.charactersheets .sheet {
  width: 21cm;
  min-height: 29.7cm;
  border: 1px dashed #888;
  background: #fff;
  color: #000;
  text-shadow: none;
  margin: auto;
}

.charactersheets .sheet#sheetOne .body {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -moz-column-gap: .2cm;
  -webkit-column-gap: .2cm;
  column-count: 2;
  column-gap: .2cm;
}

.charactersheets .sheet .title  {
  background: #555;
  color: #fff;
  padding: .2em;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 1em;
}

.charactersheets table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}

.charactersheets table td,
.charactersheets table th {
  padding: .2em;
  font-family: serif ! important;
}

.charactersheets table thead th {
  border-bottom: 1px solid #000;
  font-family: sans-serif;
}

.charactersheets table tbody th {
  text-align: left;
  padding-left: 1em;
  font-weight: normal;
}

.charactersheets table tbody td {
  text-align: center;
}

.charactersheets table tbody tr:nth-child(odd) {
  background: #eee;
}

.charactersheets #sheetOne .attributes table tbody tr:nth-child(odd) {
  background: inherit;
}

.charactersheets .sheet .head,
.charactersheets .sheet .body > *,
.charactersheets .sheet .foot > * {
  display: block;
  border: 3px solid #000;
  border-radius: .5em;
  box-shadow: 0 0 .2em #888;
  page-break-inside: avoid;
}

.charactersheets .sheet .head {
  margin-bottom: .5em;
}

.charactersheets .sheet input {
  display: inline-block;
  border: 1px solid #000;
}

/* Character info */

.sheet .character,
.sheet .statistics,
.sheet .data {
  height: 1.7em;
  overflow: hidden;
}
.sheet .character,
.sheet .data {
  border-bottom: 2px solid #555;
}

.sheet .character > *,
.sheet .statistics > *,
.sheet .data > * {
  display: inline-block;
}

.sheet .head .label,
.sheet .inventory .label {
  display: inline-block;
  font-weight: bold;
  font-family: sans-serif;
  background: #555;
  color: #fff;
  width: 5em;
  padding: .25em;
}

.sheet .head .value {
  display: inline-block;
  width: 7em;
  padding: .25em;
}

.sheet .head .name .value {
  width: 30em;
}

/* Primary attributes */

.sheet .body > * {
  margin: 0 .25cm .25cm 0;
  min-width: 40%;
}

.sheet .inventory .slot {
  width: 75%;
  height: 1em;
}

.sheet .inventory .mindfoldSlot:nth-child(odd) {
  background: #d0d0d0;
}

.sheet .inventory .mindfoldSlot:nth-child(even) {
  background: #dfdfdf;
}

.sheet .inventory .upkeep,
.sheet .inventory .upgrade {
  display: block;
  border-top: 1px solid #000;
  padding: .2em;
  text-align: center;
}

.sheet .inventory .upkeep {
  background: #dfdfdf;
}

.sheet .portrait img {
  display: inline-block;
  width: 7em;
  height: 7em;
}

.sheet#sheetTwo .portrait img,
.sheet#sheetThree .portrait img {
  display: inline-block;
  width: 3.5em;
  height: 3.5em;
}

.sheet .portrait {
  float: right;
  padding: .9pt;
  width: auto;
  height: auto;
  position: static;
}

.sheet .head > .portrait {
  border-right: none;
}

.sheet .head > * {
  border-right: 2px solid #000;
}

.sheet .abilities .ability .abstract {
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: .8em;
}

.sheet .abilities .ability .abstract,
.sheet#sheetTwo .description {
  padding: .25em;
  font-size: .9em;
}

.sheet#sheetTwo .abilities .ability .summary .acquire,
.sheet#sheetTwo .abilities .ability .type .label {
  display: none;
}

.sheet .abilities .ability .summary .type {
  background: #eee;
}

.sheet .abilities .ability .title {
  background: #777;
}

.sheet .spells .spell {
  page-break-inside: avoid;
}

.sheet .spells .book .title {
  background: #777;
}

.sheet .spells .book .spell .title {
  background: #999;
}

.sheet .spells .learned {
  display: none;
}
