.pdf-shop-checkbox input {
  position: relative;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.pdf-shop-checkbox {
  position: relative;
  top: 5px;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
}

table.pdf-shop {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.pdf-shop td, .pdf-shop th {
  border: 1px solid rgb(233,233,233);
  padding: 8px;
}



.pdf-shop th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: rgb(179,17,16);
  color: white;
}