* {
  /* font-size: 12px; */
  font-family: "Arial";
}
.content {
  text-align: center;
}
.logo {
  max-width: 100px;
  filter: grayscale(100%);
}
#barcode {
  margin: 0 auto;
  overflow: inherit !important;
}

#barcode div:nth-last-child(1) {
  clear: none !important;
}

footer {
  text-align: center;
  width: 300px;
}

.table-etiqueta {
  width: 10cm;
  max-height: 7.5cm;
  border: 1px solid black;
}

td,
td * {
  word-wrap: break-word;
  text-overflow: ellipsis;
}
td > span {
  font-weight: bold;
  word-wrap: break-word;
}
.ruta {
  font-size: 2rem;
  font-weight: bold;
}

.impreso-por{
  margin-top: 2px;
}
