.priceInfo {
  text-align:right;
  float:right;
}
.priceInfo .price {
  font-weight:bold;
  font-size:14px;
}
table.cart {
  font-size:11px;
  width:460px;
}
table.cart th {
  border-bottom:solid #002f57 1px;
}
table.cart td {
  border-bottom:solid #ccc 1px;
}

.checkoutFooter {
  text-align:right;
  margin:1em 0 0 0;
}
.edit {
  border-bottom:solid #ccc 1px;
  margin:0 0 1em 0;
}