/*
 * Display only the essentials.
 *
 * This is used only for the timetable in summary.html, so that
 * we can print a timetable without extra diastracting content.
 */
@import url(sie.css);

.arrowlinks, .sectionjumps, .bottomlinks, .bottombuttons {
	display: none;
}

.topcontext {
	display: none;
}

.topheader, .topsubhead {
    display: block;
}

hr, h2, p {
    display: none;
}

.timetable {
    display: block;
    overflow: auto;
}
