#tour-dates {
  border-collapse: collapse;
  width: 100%;
}
#tour-dates th, #tour-dates td {
  padding: 5px;
  text-align: left;
  font-weight: normal;
}
#tour-dates thead th, #tour-dates thead td {
  font-weight: bold;
  background: #5f709c;
  color: #fff;
  padding: 5px;
}
#tour-dates .date {
  width: 32%;
}

.tour-date h3 {
  margin: 0 0 2px 0;
}
.tour-date h4 {
  font-size: 0.9em;
  font-weight: normal;
  margin: 0 0 3px 0;
}
