#timetable
{
  margin: 0px auto;
  width: 98%;
  Border-spacing: 0px;
  table-layout: fixed;
}

#timetable th
{
  background-color: transparent;
}

#timetable th a
{
  color: black;
}

#timetable, #timetable td, #timetable th
{
  border: 1px solid green;
  vertical-align: top;
}

#timetable td, #timetable th
{
  padding: 5px;
}

#timetable *.date
{
  width: 80px;
  text-align: center;
 /* white-space: nowrap; */
}

#timetable *.time
{
  width: 90px;
  text-align: center;
 
}

#timetable *.action
{
  vertical-align: top;
  width: auto;
}

#timetable *.city
{
  width: 90px;
}

p.matrix img
{
  padding: 5px;
}


tr.black td
{
  background-color: black;
  color: yellow;
}

tr.black a
{
  color: aqua;
}

tr.black a:hover
{
  background-color: gray;
}
