/* CSS stylesheet for gigs.php */

table.gigs
{
  margin: 20px 0;
  max-width: 800px;
}

table.gigs tr td
{
  background: white;
  border-top: 1px solid #cec;
  border-bottom: 1px solid #cec;
  padding: 5px 5px 10px;
  vertical-align: top;
}

table.gigs tr td:first-child
{
  white-space: nowrap;
}

table.gigs tr.public td
{
  font-weight: bold;
}