@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins.woff);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html body {
  top: 0;
  left: 0;
  font-family: Poppins;
  margin-bottom: 0;
}
table {
    position: absolute;
    top: 0;
    left: 0;
    display: table !important;
    width: 100%;
    border: 0;
    margin: 0;
    border-collapse: collapse;
    text-align: center;
    font-size: 0.75rem;
    table-layout: fixed;
    overflow-wrap: break-word;
  }
  th {
    border: 1px solid #444;
    padding: 20px 0;
    color: #202124;
    background-color: #ffa500;
  }

  td {
    border: 1px solid #444;
    padding: 10px;
  }

  svg, img, h1, button {
    display: none !important;
  }

  .printer-div {
    display: block;
  }
  
  @page { size: letter;  margin-top: 4mm;margin-bottom: 4mm }