/* CSS placed here will be applied to all skins */

.page-Computer_Science_at_Oxford #siteNotice {
  display: none;
}

/* No breadcrumbs on root page */
.page-Computer_Science_at_Oxford #contentSub {
  display: none;
}

/* Active link in sidebar is highlighted */
.portlet li.active a {
  font-weight: bold;
}

/* Don't display category links */
div#catlinks {
  display: none;
}

table.dates td {
  padding-left: 1em;
  padding-bottom: 0.5em;
}

table.dates tr {
  vertical-align: top;
  text-align: left;
}

table.tutors {
  margin-left: 2em;
}

table.tutors td {
  padding-right: 1em;
  vertical-align: top;
}

table.outline {
  width: 80%;
  margin-left: 2em;
}

table.outline td {
  width: 16%;
  height: 3em;
  text-align: center;
}

table.outline td.year {
  font-weight: bold;
  text-align: left;
}

table.opendays {
  margin-left: 2em;
}

table.opendays td {
  vertical-align: top;
  padding: 3px;
}

table.opendays td.event {
  font-weight: bold;
}

table.opendays td.program {
  font-style: italic;
}