:root {
  --scroll-height: 0px;
  --time: 60s;
}

body.animate {
  animation: moveDown var(--time) linear infinite alternate forwards;
}

@keyframes moveDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(var(--scroll-height));
    opacity: 1;
  }
}
h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

h3 {
  margin-bottom: 0.5em;
}

.session {
  margin: 0 auto;
}

table.tres {
  page-break-inside: avoid;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  max-width: unset;
}

caption.event {
  font-weight: bold;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

tr.shooter {
  page-break-inside: avoid;
  height: 1em;
}

.results p {
  line-height: 1em;
  margin: 0;
}

.results .rank {
  text-align: right;
  width: 2em;
}

.results .startnr {
  font-size: small;
  width: 4em;
  padding-right: 1em;
  text-align: right;
}

.results .name {
  width: 14em;
}

.results .lastname {
  font-weight: bold;
}

.results .team {
  width: 10em;
  padding-right: 1em;
  padding-left: 1em;
  white-space: nowrap;
  text-wrap: none;
  text-overflow: ellipsis;
}

.results .sighters {
  font-style: italic;
  font-size: small;
  width: 3em;
}

.results .groups {
  min-width: 14em;
  margin-right: 1em;
  margin-left: 1em;
}

.results .group {
  display: inline-block;
  text-align: right;
  font-size: small;
  width: 2.5em;
}

.results .total {
  width: 3em;
  text-align: right;
  font-weight: bold;
}

.results .innertens {
  width: 2em;
  display: inline-block;
  text-align: right;
  font-weight: normal;
  vertical-align: super;
  font-size: x-small;
}

.results .notes {
  width: 3em;
}

.results .shots {
  font-size: small;
}

.results .shots ul {
  list-style: none;
  margin: 0;
  padding-left: 6em;
  padding-bottom: 0.5em;
}

.results .shots ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0.25em 0 0;
  width: 2em;
}

.results .shots ul li:nth-child(5n+1) {
  margin: 0 2em 0 0;
}

.results .shots ul li:last-child {
  color: #f00;
}

.results .incomplete {
  text-decoration: underline;
}