@page { size: landscape; }
* 			{
    font-family:Verdana;
}
body {
    line-height: 16px;
}
table {
    margin: 0 auto;
    border: 1px solid #ccc;
    width: 900px;
}
a {
    color: #000;
    text-decoration: none;
}
td {
    font-size:10px;
    padding:1em;
}
td .speaker {
    font-style: normal;
}
td .title {
    font-weight: bold;
}
td.session {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

td.time {
    padding: 0.5em;
    color:#000000;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 2px solid #ccc;
    font-size:0.55em;
    width: 100px;
}

td.konfday {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 10px;
    font-weight: bold;
    padding: 8px;
}

td.header, td.heading {
    display: none;
}

.keynote {
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
.break {
    font-weight: bold;
    text-align: center;
    font-size:11px;
    border-bottom: 1px solid #ccc;
}

td.special {
    font-weight: bold;
    font-size:11px;
    text-align: center;
    border-bottom:1px solid #ccc;
    border-right: 1px solid #ccc;
}

.pagebreak {
    page-break-after: always;
}