table#pricing tr.deck {
  background: #eee;
}
tr.head {
  font-weight: bold;
  background: #e9e6d5;
  border-bottom: 1px solid #ccc;
}
table#pricing tr {
  border-bottom: 1px solid #ddd;
}

table#daily td {
  vertical-align: top;
  border: 1px solid #ccc;
  padding: 8px 4px;
}
tr.alt {
  background: #eee;
  
}

p.totop {
  float:right;
  margin:-15px 0 0 0;
  padding:0;
}

h3 {
  margin-top: 50px;
}
