/* 324-naturkundemuseum-muenster-de
design code: 14-1-1-1-1-1-1-1-1-1-1-1-1-1
*/

#table-pricelist table tr:nth-child(2n+1) {
  background-color:#e5e5e5;
}

#table-pricelist table th {
  hyphens:auto;
  text-align:center;
  text-transform:uppercase;
}

#table-pricelist table tr:first-child {
  background-color:#9cf;
  color:#036;
  height:5rem;
}

#table-pricelist table td {
  height:5rem;
  vertical-align:middle;
  text-align:center;
  padding:3px;
  width:24%;
}

#table-pricelist table td:first-child {
  text-align:left;
  width:28%;
}