.contact {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 100%;
  margin-top: 25px;
  border-collapse: collapse;
}
.contact caption {
  text-align: right;
  font-size: .85em;
  margin-bottom: 10px;
}
.contact td, .contact th {
  font-size: 1.1em;
  border: 1px solid #DDB575;
  padding: 3px 7px 2px 7px;
}
.contact th {
  text-transform:uppercase;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 4px;
  background: rgb(229,76,16);
  background: -webkit-linear-gradient(rgb(229,76,16), rgb(173,54,8));
  background: -moz-linear-gradient(rgb(229,76,16), rgb(173,54,8));
  background: -o-linear-gradient(rgb(229,76,16), rgb(173,54,8));
  background: linear-gradient(rgb(229,76,16), rgb(173,54,8));
  color: white;
}
.contact tr:nth-of-type(even){
  background-color: rgba(255,255,255,.1);
}
.contact tr:nth-of-type(odd){
  background-color: rgba(229,76,16,.1);
}
#price, #rating {
  width: 15%;
}
h1 {
font-size: 150%;
}