@font-face {
    font-family: "Helvetica Black";
    src: url("/font/label/Helvetica-Black.ttf");
    font-weight: 900;
}
#labelResult {
  display: none;
}
#labelResult img {
  width: 17em;
}
.labelMain {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 16.5em;
  padding: 0.25em;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
}
.labelMain p {
  all: unset;
  margin: 0.25em 0 0 0;
  /* max-width: 16rem; */
}
.header {
  font-family: 'Helvetica Black';
  font-weight: 900;
  margin-top: 0.1em;
  border-bottom: 1px solid #808080;
  font-size: 2rem;
}
p.bold, span.bold {
  font-family: 'Helvetica Black';
  font-weight: 900;
}
.regular {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}
p.lineTop {
  padding-top: 0.25em;
  /* height: 15px; */
  border-top: 1px solid #808080;
}
.barBig {
  width: 100%;
  height: 0.75em;
  margin: 0.25em 0;
  background: black;
}
.barSmall {
  width: 100%;
  height: 0.4em;
  margin: 0.25em 0;
  background: black;
}
p.smallText {
  font-size: 0.5rem;
}
p.indent {
  padding-left: 1em;
}
p.double-indent {
  margin-left: 2em;
}
.labelList {
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
  align-content: last baseline;
}