table#basket {
  border-collapse: collapse;
  margin-bottom: 18px;
  width: 100%;
}
table#basket thead th {
  background: #eee;
  text-align: left;
  border: 1px solid #eee;
  padding: 8px;
}
table#basket tfoot th, table#basket tfoot td {
  padding: 8px;
  background: #f8f8f8;
}
table#basket tfoot th {
  font-weight: normal;
  text-align: right;
  border-left: 1px solid #eee;
}
table#basket tfoot td {
  border-right: 1px solid #eee;
}
table#basket tfoot tr.bottom th, table#basket tfoot tr.bottom td {
  border-bottom: 1px solid #eee;
}
table#basket tbody th, table#basket tbody td {
  font-weight: normal;
  text-align: left;
  border: 1px solid #eee;
  padding: 8px;
}

p#continue-shopping {
  text-align: right;
}

div#checkout h2 {
  margin-bottom: 12px !important;
}
