table.programme .bold {
    font-weight: bold;
}
table.programme .separator {
    background-color: #aaa;
}
table.programme {
    width: 100%;
}
table.programme th {
    text-align: center;
    padding: 5px;
    background-color: #333;
    color: #fff;
}
table.programme td {
    text-align: center;
    margin: 0;
    background-color: #ddd;
    padding: 5px;
    white-space: pre-line;
}
table.programme td.expandable {
    cursor: pointer;
}
table.programme td.expandable:hover {
    background-color: #ccc;
}
table.programme tr {
    display: none;
}
table.programme tr.header, table.programme tr.titles {
    display: table-row;
}
table.programme td.empty {
    background: none;
}
table.programme td.contents {
    text-align: justify;
    padding: 20px;
    background-color: #eee;
}
