p.note {
    margin-bottom:25px;
}

p.note span {
  color:red;
  font-weight:bold;
}

table {
  font-size:8pt;
}
thead tr th , tbody tr td {
  border: none;
}
thead tr th, tbody tr td {
  text-align:left;
}
thead tr th:last-child, tbody tr td:last-child {
  text-align:center;
}

/* Cost */
#basket th:first-child + th + th, td:first-child + td + td   {
  text-align:right;
} 
/* Quantity */
#basket tbody tr td:first-child {
  padding-left:20px;
}

div.submitRow {
  width:95%;
  margin-top:20px;
  text-align:center;
}

input.update {
  margin-right:10px;
}

input.checkout {
  margin-left:10px;
}

