#value {
  padding: 0px;
  margin: 0px;
}

#id {
  font-family: Courier New;
  font-size: 6.6px;
  font-weight: bold;
  width: 20%;
  padding: 2.2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#cost {
  font-family: Courier New;
  font-size: 6.6px;
  padding: 2.2px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#mark {
  font-family: Courier New;
  font-size: 5.5px;
  padding: 2.2px;
  position: absolute;
  bottom: 6.5px;
  right: 7.5px;
}

#qr {
  position: relative;
  right: -0.75px;
}

#stamp {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  background-repeat: no-repeat;
  position: relative;
  padding: 4.4px;
  width: 66px;
  height: 79.2px;
  border-style: dotted;
  border-color: gray;
  border-width: 0.88px;
}

.spacer {
  height: 50px;  
}

ol {
  list-style: none;
}

ol li {
  counter-increment: list;
}

ol li::before {
  content: counter(list) '. ';
  margin-right: 1em;
}

a {
  text-decoration: none;
  color: #0000ee;
}

#warning {
  background-color: red;
  color: white;
  padding: 5px;
  text-align: center;
  margin-top: 0px;
}

@media print {
  #instructions {
    display: none;
  }
}