/* This stylesheet is for styles to be used only by Internet Explorer (shame this is necessary) */
table.annotationColumn, table.name_positioner {
display: inline;
}
table.scrollable tbody {
display: inline;
height: 100%;
}
header, footer, nav {
display: block;
}
div#ie_footer {
text-align: center;
vertical-align: bottom;
}
span.search_speaker:before {
content: '-'; /* XP/IE8 - speaker list doesn't wrap without this */
}