/* CSS stylesheet for What's on page */
span.suspended { color: red; }
table.sched 
{ 
  width: 100%; 
  max-width: 800px;
  margin: 20px auto;
  background: #f8f4c8;
}
table.sched tr td
{
  vertical-align: top; 
  padding: 10px; 
}
@media screen and (max-width: 500px)
{
  table.sched tr 
  { 
    display: block;
    margin-top: 15px;
    border-top: 1px solid #ccc;
  }
  table.sched tr td { padding: 2px 10px 2px 5px; }
  table.sched tr td.day, table.sched tr td.time
  {
    display:inline-block;
    font-weight: bold;
  }
}


