

#timeTable {
    text-align: left;
}

#timeTable   th, #timeTable td
{
    margin: 0;
    text-align: center;
    border-collapse: collapse;
    outline: 1px solid #e3e3e3;
}

#timeTable td
{
    height: 1px;
}

#timeTable th
{
    background: #666;
    color: white;
    padding: 5px 10px;
}

#timeTable td:hover
{
    cursor: pointer;
    background: #666;
    color: white;
}

.lecture {
    min-width: 183px;
    min-height: 28px;
    color: white;
}