#enimpresion {
  display: none !important;
  background: #FFFFFF !important;
  color: #000000 !important;
  text-align: justify;
  height: auto;
  width: 310px;
  max-width: 310px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 12pt;
}

@media print {
  #enimpresion {
    background: #FFFFFF !important;
    color: #000000 !important;
    display: block !important;
    height: auto;
    width: 310px;
    max-width: 310px;
    margin: 0px;
    margin-right: 0px;
    padding: 0px;
    margin-bottom: 1px;
    padding-bottom: 1px;
    font-size: 14pt;
  }

  #enimpresion .listaproducto {
    overflow-wrap: break-word;
    /* text-overflow: ellipsis;*/
  }

  #enimpresion.receipt {
    width: 80mm;
    font-size: 14pt;
  }
}

@page {
  margin: 1px;
  size: 80mm 1200mm;
  /* 100mm;*/
  font-size: 8pt;
}

