#members-table table {
  border-collapse: collapse;
  width: 100%;
}
#members-table table th {
  padding: 3px 3px 3px 6px;
  background: #ddbddb;
  font-weight: bold;
  color: #8f2487;
  text-align: left;
  text-transform: uppercase;
}
#members-table table th.member-hotel {
  width: 300px;
}
#members-table table th.member-location {
  width: 200px;
}
#members-table table td {
  padding: 4px 3px 4px 6px;
  border-bottom: 1px dotted #979797;
  font-size: 1.1em;
  font-weight: bold;
  color: #242424;
}
#members-table table td.rating {
  background: url(/img/arrow-members.gif) no-repeat top right;
}
#members-table table td a {
  color: #777777;
  text-decoration: none;
}
