div.tourlist { width: 720px;  }
div.tour { border-bottom: 1px dashed #ccc; margin-bottom: 1em; min-height: 130px;  }
table.tours { font-size: 10pt; }
table.tours tr { border-bottom: 1px dashed #ccc;  }
table.tours th { font-weight: bold; }
table.tours td { padding-top: 0.5em; padding-bottom: 0.5em; vertical-align: top;}
table.tours td.photo { width: 150px; }
table.tours td.photo img:hover { cursor: pointer; }
table.tours td.details { width: 345px; }

table.tours td.details h1 { font-size: 12pt; font-weight: bold;}
table.tours td.details p { font-size: 10pt;}
table.tours td.location { width: 75px;}
table.tours td.from { width: 75px;}
table.tours td.to { width: 75px;}

