img {
  border: none;
}

body {
  font-family: arial, sans-serif;
  font-size: 12px;
}

h1 {
  font-size: 18pt;
}

h2 {
  font-size: 14pt;
  border-bottom: 1px solid #969696;
}

h3 {
  font-size: 12pt;
}

h4 {
  font-size: 10pt;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  background-color: #f1f1f1;
  border-bottom: 1px solid #d5d4aa;
} 

td {
  border-bottom: 1px solid #C9C9C9;
  padding: 5px;
}

h3 {
  padding: 0;
}

#receipt ul {
  padding: 0;
  list-style-type: none;
}

#receipt li {
  list-style-type: none;
}

#receipt table td {
  text-align:center;
}

#receipt .description {
  text-align: left;
}

