.product {
  padding: 16px;
  box-shadow: grey 1px 1px 1px 1px;
  margin: 5px;
  border-radius: 5px;
  height: 95px;
}
.product .enrolled,
.product .requested,
.product .unrequested,
.product .enrolled-cancel {
  float: right;
}
.product .enrolled,
.product .requested {
  color: green;
}
.product .enrolled [data-action='cancel'] {
  background-color: red;
  color: white;
}
.product .system-logo {
  max-width: 250px;
}
.receipt-total-table td {
  text-align: right;
}
.receipt-table td {
  padding: 10px 0px;
}
