#timetable table{
    width: 100%;
    border-collapse: collapse;
}

#timetable .timetable th{
    background: #003399;
    color: #FFF;
    border: none;
    padding: 3px;
}

#timetable .timetable td{
    padding: 5px;
    border-left: 1px #CCC solid;
    text-align: center;
}

#timetable .timetable td:first-child{
    border: none;
    text-align: left;
}


#timetable .timetable .odd{
    background: #CCC;
}

#timetable h1{
    margin: 10px 0 5px 0;
}

#timetable h2{
    color: #003399;
}

#timetable .timetable_line td{
    padding: 6px 0 6px 0;
}

#timetable .timetable_line .line{
    width: 40px;
}

#timetable .timetable_line .line h2{
    font-size: 15px;
    background: #CC0000;
    color: #FFF;
    text-align: center;
    width: 30px;
}

#timetable .timetable_line th{
    background: #003399;
    color: #FFF;
    border: none;
    padding: 3px;
}

#timetable .timetable_change {
    font-weight: bold;
    color: #CC0000;
    float: right;
    width: 300px;
    padding: 10px;
    
}
    

