html,
body {
  height: 98%;
}

html {
  overflow: auto;
}

body {
  counter-reset: section;
  font-family: "SimSun";
  font-size: 0.75rem;
  margin: 0;
  max-width: none;
  max-width: initial;
  padding: 0.625rem;
  position: relative;
}

strong {
  letter-spacing: 0.125rem;
}

ul, ol {
    margin: 0.5rem 0;
}

table {
  margin: 0.5rem;
  text-align: center;
  width: calc(100% - .5rem);
}

tr > th,
tr > td {
  border: solid #70ad47 1pt;
  font-weight: normal;
  vertical-align: middle;
}

p {
  margin: 0.25rem 0;
}

p > strong {
  line-height: 2rem;
}

p > img {
  display: block;
  margin: 0 auto;
}

p > img + * {
    display: block;
    text-align: center;
}

.header > *,
.even {
  background-color: #e2efd9;
}

.shortcut ~ a {
  color: #538135;
}

.highlight {
  color: red;
}

.highlight--green {
  color: #00B050;
}

.highlight--blue {
  color: #4472C4;
}

.indent {
  text-indent: .25in;
}

.incremental::before {
  content: "";
  display: block;
  padding: .25rem;
}

.incremental li {
  list-style: none;
  position: relative;
}

.incremental li::before {
  bottom: 5px;
  content: counter(section) "\3001";
  counter-increment: section;
  font-weight: 700;
  left: -1.5rem;
  position: absolute;
}