body {
  font-family: sans-serif;
  padding: 0;
  margin: 0;
}
#body {
  margin-left: 250px;
  margin-right: 60px;
}
#main_title {
  margin-bottom: 4em;
}
#main_title h1, #main_title h2, #main_title h3 {
  border: 0;
  text-align: center;
  margin: 1ex 0 0 0;
}
#left {
  position: fixed;
  top: 10pt;
  left: 0;
  width: 200px;
  margin-left: 10px;
}
#left h2 {
  display: none;
}
#left ul {
  padding: 0;
}
#left li {
  display: block;
  list-style-type: none;
  margin-bottom: 1ex;
}
#left li li {
  margin: 1ex;
  font-size: smaller;
}
#message {
  margin: 1em;
  padding: 1ex;
}
#message h3 {
  display: none;
}
#message p {
  margin: 1ex 0;
}
h2 {
  border-bottom: solid 1px;
  margin-left: -40px;
}
h3 {
  margin-left: -20px;
}
h4.event, p.organizers {
  margin: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
dl.programme {
  border: solid 1px;
  padding: 1ex;
}
dl.programme dt {
  margin: 1ex 0 1ex 0;
  font-weight: bold;
}
table.programme {
  width: 100%;
  margin: 1ex 0 2em 0;
}
td, th {
  padding: 1ex;
}
td.slot, table.list td {
  border: solid black 1px;
}
td.slot {
  width: 22.5%;
  padding: 0
}
td.slot p {
  margin: 1ex;
}
td.number {
  text-align: right;
}
caption {
  font-weight: bold;
}
div.event_desc {
  border: solid black 1px;
  margin: 1ex 0 2em 0;
  padding: 0 1ex 0 1ex;
}
div.event_desc p {
  text-align: justify;
}
p.note {
  font-size: small;
  text-align: right;
}
fieldset {
  margin-top: 1ex;
}
