div.product {
  background-color: #c0c0c0;
  border-bottom: 1px solid #777777;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 4px;
}

div.description {
  margin-bottom: 20px;
  font-style: italic;
}

span.price {
  color: #00da00;
  font-size: 40pt;
  font-weight: bold;
  float: right;
}

span.needed {
  color: #a00000;
  font-weight: bold;
}
