table.order {
  border-collapse: collapse;
}

table.order thead th {
  font-size: 1em;
  padding: 3px 10px;
  border-bottom: solid 1px;
  text-align: left;
}

table.order th {
  font-size: 1em;
  padding: 3px 10px;
  text-align: left;
}

table.order td {
  font-size: 1em;
  padding: 3px 10px;
  vertical-align: top;
  border-bottom: solid 1px #cccccc;
}

table.order tfoot {
  border-top: solid 1px;
}

table.order tfoot th {
  font-size: 1em;
  text-align: right;
}

.price {
  text-align: right;
}
