/* CSS stylesheet for links.php */

table.eventslist, table.bands
{
  background: white;
  color: black;
  font-family: sans-serif;
}

table.eventslist tr td, table.bands tr td
{
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: top;
}

table.eventslist tr td:first-child, table.bands tr td:first-child
{
  white-space: nowrap;
  color: #060;
  font-weight: bold;
}

@media (max-width: 500px)
{
  div.text.wide { width: auto; }
  table.eventslist { font-size: 95% }
  table.eventslist tr td { line-height: 1.4 }
  table.eventslist tr td:first-child 
  { white-space: wrap }

  table.bands tr td { display: block; border: none }
}