/* 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;
  color: black;
}

table.gigs.pastgigs tr td
{
  background: #eee;
  color: #966;
}

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

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

form.editbutton
{
  display: inline-block;
  margin-right: 10px;
}