.modifier_group ul, .modifier_group li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.modifier_group li {
  font-size: 0.8em;
}

/* Since we have only one group, hide the label */
.modifier_group label.InputfieldHeader  {
  display: none;
}

.variation h3 {
  margin-bottom: 0.2em;
}

.padloper-cart, .inventory {
  width: 100%;
  border-collapse: collapse;
}

th {
  text-align: left;
}

.padloper-cart td, .inventory td {
  vertical-align: top;
  border-bottom: 1px dotted #ccc;
}

.padloper-cart-totalrow td {
  border: none;
  background: #eee;
  font-weight: bold;
}

.padloper-cart ul {
  margin: 0;
  padding: 0;
  padding-left: 1em;
  font-size: 0.8em;
}

.padloper-cart-subprice, .taxDesc {
  font-size: 0.8em;
}