body {
  width: 2250px;
  margin:0px;
  border:0px;
  padding:0px;
}

table.timetable {
  width: 2250px;
}

#title {
}

#key {
  width: 300px;
  height: 300px;
}

#notes {
  float:left;
  font-size: small;
  position:absolute;
  margin-left: 300px;
}

td.day {
  width: 400px;
  font-family: arial;
  font-size: xx-small;
  vertical-align: top;
  height: 400px;
  margin: 50px;
}

.session {
  width:  200px;
}

span.daystring {
  font-weight: bold;
  color: #000;
}

div.morning {
  float:left;
  position:relative;
  width: 200px;
  height:400px;
}

div.afternoon {
  float:left;
  position:relative;
  width:200px;
  height:400px;
}

td.exam {
  vertical-align: top;
}

td.exam.narrow {
  text-align: left;
}

td.narrow {
  width: 50px;
  overflow:hidden;
}

td.wide {
  width: 150px;
}

td.time.wide {
  text-align:left;
}

td.time.narrow {
  text-align:left;
}

div.timebar {
  height: 7px;
  background: #fcc;
  text-align:right;
  margin-top: 2px;
  float:left;
  position:absolute;
  z-index: -10;
}

div.exams {
  margin:0px;
  border: 0px;
  padding:0px;
}

tr {
  margin:0px;
  border: 0px;
  padding:0px;
}

td {
  margin:0px;
  border: 0px;
  padding:0px;
}

table {
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

span.duration {
  font-style:italic;
  font-size:smaller;
}

object.mini_room {
  width:200px;
  height:200px;
}
