@font-face { font-family: myrad_pro; src: url(MyriadPro-Cond.woff), url(MyriadPro-Cond.ttf); }

html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #000;
    color: #FFF;

}

a {
    display: inline-block;
    background-color: #666;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    padding: 2px 10px;
    font-size: 40px;
}




.tablewrapper {
    width: 100%;
    max-width: 608px;
    margin: 10px;
    border: 6px solid #666;
    border-radius: 25px;
}

.timetable {
    width: 100%;
    text-align: center;
    font-family: myrad_pro;
    font-size: 42px;
    color: #999;
    border-collapse: collapse;
}

.timetable td {
    padding: 5px 3px;
    white-space: nowrap;
}

.timetable td:last-child {
    border-right: none;
}

.timetable tr {
    border-bottom: 4px solid #666;
}

.timetable tr:first-child {
    font-size: 46px;
}

.timetable tr:last-child {
    border-bottom: none;
}




.highlight {
    color: #FF3A00 !important;
}

.darken {
    color: #333 !important;
}




.full {
    max-width: 950px;
}

.full .timetable {
    font-size: 28px;
}

.full td {
    border-right: 4px solid #666;
}

.full td:last-child {
    border-right: none;
}

.weeks {
    font-size: 42px;
}

.weeks td {
    width: 50%;
}

.day {
    font-size: 36px;
}

.room {
    font-size: 24px;
    padding: 0 6px !important;
    width: 1%;
}

.time {
    font-size: 24px;   
}

.teacher {
    font-size: 26px;
    display: block;
    color: #777;
    line-height: 65%;
    padding: 0 0 2px 0;
}

.full .teacher {
    font-size: 16px;
    padding: 2px 0 0 0;
    line-height: 65%;
}




