/*
 * Display only the essentials.
 *
 * This is used only for the timetable in summary.html.
 */
@import url(are.css);

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

.topcontext {
	display: none;
}

.topheader, .topsubhead {
    display: block;
}

hr, h2, p {
    display: none;
}

.timetable {
    display: block;
}
