﻿@charset "UTF-8";

p.back {
  margin-top: 4ex;
  margin-bottom: 5ex;
}

table {
  text-align: center;
  page-break-inside: avoid;
  /* white-space: nowrap; */
}

table.odd_table {
}

table.even_table {
}

table.detailed {
  margin-left:auto; margin-right:auto;
  text-align: center;
  border: 0px;
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  font-weight: bold;
  font-size: 1.1em;
}
}

thead {

}

/* Some programs import "tfoot" incorrectly. So we use "tr.foot" instead of "tfoot". */

tr.foot {

}

tbody {

}

th {

}

td {

}

td.detailed {
  border: 1px dashed silver;
  border-bottom: 0;
  border-top: 0;
}

th.xAxis {
/* width: 8em; */
}

th.yAxis {
  height: 5ex;
}

/* Style the teachers' free periods */

div.DESCRIPTION {
  text-align: left;
  font-size: smaller;
}

/* End of file. */
