
body {
  background-color: #e0e0ff;
  font-size: 10px;
}

table.basket > thead > tr > th, table.basket > tbody > tr > td {
  background-color: #ffffe0;
  border: #80ff80 1px solid;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
table.basket > tbody > tr > td.total {
  font-weight: bold;
}

table.basket {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
h2 {
  text-align: center;
}
th.description {
  width: 200px;
}
div.checkout {
  text-align: center;
}

div.checkout img.paypal_checkout {
  width: 150px;
}
