/*
 *  Destinations Styles
 */

#destinations {
  margin-top: 2em;
}
#destinations table {
  width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #fbdd9d;
  border-right: none;
}
#destinations table a {
  text-decoration: none;
}
#destinations table a:hover {
  text-decoration: underline;
}
#destinations table th,
#destinations table td.return-to-top {
  padding: 10px;
  background: #fbdd9d;
}
#destinations table th {
  font-size: 1.2em;
  color: #444;
}
#destinations table td {
  width: 33%;
  padding: 10px 10px 0 10px;
  border-right: 1px solid #fbdd9d;
}
#destinations table td.return-to-top {
  text-align: right;
  font-size: 0.9em;
}
#destinations table tr.bottom td {
  padding-bottom: 10px;
}
#destinations table tr.information td {
  padding-bottom: 10px;
  background: #fcefd3;
  border-bottom: 1px solid #fbdd9d;
  font-style: italic;
}
#destinations table tr.information td a {
  text-decoration: underline;
}

#destination h3.country {
  font-size: 0.9em !important;
  margin: -12px 0 1.5em 0 !important;
}
#destination p.information {
  background: #fcefd3;
  padding: 12px;
  margin-bottom: 1.5em;
  border-right: 1px solid #fbdd9d;
  border-bottom: 1px solid #fbdd9d;
}
#destination div.treatments ul li a {
  text-decoration: none;
}
#destination div.treatments ul li a:hover {
  text-decoration: underline;
}
#destination div.treatments ul li span.category {
  font-weight: normal;
  font-size: 0.9em;
}
