/* PRICE TABLE */
table.price {
  background-color: #fff;
}
table.price tr.even {
  background-color: #eee;
}
table.price tr.odd {
  background-color: #fff;
}

div.expand div.show {
  font-size: large;
  padding: 10px;
  background-color: #eee;
}

div.expand div.hide {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 5px;
}
