body {
  background: #fff;
  color: #000;
  text-shadow: none;
}

body > * {
  display: none;
}
body .charactersheets {
  display: block;
}

body .charactersheets .sheet {
  width: 21cm;
  height: 29.7cm;
  border: none;
  margin: 0;
}

@page {
    size: A4;
    margin: 0;
}
