.col_time {
    width: 15%;
}

.col_event {
    width: 65%;
}

.col_room {
    width: 15%;
}

.prog_time {
    min-width: 30px;
}

.prog_event {
    min-width: 120px;
    min-height: 16px;
}

.prog_room {
    text-align: right;
    min-width: 30px;
}

.prog_detail {
    margin: 10px;
    font-style: italic;
}

.selected_prog {
    color: white;
}

#program_result {
    min-height: 280px;
}
