#navigation {
  display: none;
}

#sidebar {
  display: none;
}

body #container {
  background: none;
}


html body {
  background: none;
}

body #sub-content {
  margin-left: 0;

  padding-bottom: 18px;
}

body #content {
  margin-right: 0;
  padding: 25px;
}

table {
  position: relative;
  width: 100%;
  border-collapse: collapse;  
  margin-bottom: 2em;
}

table th {
  text-align: center;
  font-weight: bold;
  background-color: #FFEEDD;
}

table td, table th {
  border: 1px solid #DFDEDD;
}

table td {
  font-size: smaller;
  text-align: center;
  vertical-align: top;  
  width: 7.1%;
}

table td.room2, table th {
  border-right-color: #9F9E9D;
}

table th.lastday {
  border-right-color: #DFDEDD;
}

table td div.difficulty {
  padding: 0 0 3px 2px;
  color: #666;
  height: 1em;
  font-size: 1.5em;
  font-family: Times New Roman, serif;
  letter-spacing: -2px;
}

span.difficulty {
  font-size: 1.25em;
  font-family: Times New Roman, serif;
  letter-spacing: -2px;
}

table td div.content {
  padding: 0.5em;
  text-align: center;
}

table td {
  line-height: 1.3em;
}

table tr.room td {
  line-height: 2em;
}

#program h2 {
  margin-bottom: 1.6em;
}

div.open p {
  font-style: italic;
}

body #program table tr {
  border-left: 1px solid #9F9E9D;
}
