body { margin: 0px; max-width: 1440px; }
body * { font-family: sans-serif;	font-size: 12px; }
a { color: #be311a; }

table.schedule { margin-bottom: 24px; }
th { text-align: left; }
td, th         { padding: 4px; }
thead th { border-bottom: 1px solid #000; }
thead:before {
    content: "-";
    display: block;
    line-height:1em;
    visibility:hidden;
}
td:first-child, th:first-child { padding-left: 0px; }
td:last-child  { padding-right: 0px; }

/* prevent wrapping of first three columns (date, time, location) */
td:first-child, td:nth-child(2), td:nth-child(3) { white-space: nowrap; }

.abstract { display: none; margin-top: 1em; };
.date { width: 10%; }
.time { width: 5%; }
.room { width: 5%; }
.speaker { width: 15%; }
.institute { width: 15%; }
.title { width: 50%; }
td { vertical-align: top; }
