
.section {
  margin-top: 15px;
}

.section .title {
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 5px;
}

.section .desc {
  margin-left: 15px;
}

.subsection {
  margin-top: 10px;
  margin-left: 15px;
}

.subsection .title {
  font-weight: bold;
  font-size: 120%;
  //text-decoration: underline;
}

.grandTotal {
  margin-top: 15px;
  font-weight: bold;
  font-size: 120%;
}

.message {
  margin-top: 15px;
}

.alert {
  margin-top: 15px;
  color: red;
  font-weight: bold;
}

.buttonRow {
  margin-top: 15px;
  margin-bottom: 50px;
}

.buttonRow .button {
  padding-left: 20px;
}

.item {
  margin-top: 5px;
  margin-left: 1em;
}

.item .name {
  width: 150px;
}

.item .color {
  width: 50;
}

.item .quantity {
  width: 30px;
}

.item .unit {
  width: 50px;
}

.item .total {
  width: 150;
}


