/* global */

.wy-nav-content {
    max-width: 1000px !important;
}

/* calendar */
table.calendar {
    font-family: arial, helvetica;
    font-size: 10pt;
    empty-cells: show;
    border: 1px solid #000000;
    border-collapse: collapse;
}
table.calendar tr td {
    border: 1px solid #aaaaaa;
}
table.calendar tr {
    vertical-align: top;
    height: 6em;
    background: #eeeeee;
}
table.calendar thead tr {
    text-align: center;
    background: #444444;
    color: #ffffff;
    height: auto;
    font-weight: bold;
}
.lecture {
    background: #ffffaa;
}
.recitation {
    background: #cccc99;
}
.tutorial {
    background: #dddd55;
}
.quiz {
    background: #ff9900;
}
.holiday {
    background: #ccffcc;
}
.special {
    background: #aaaaff;
}
.important {
    background: #ffaaaa;
}
.lec {
    color: #ff9900;
    font-weight: bold;
}
.rec {
    color: #02613b;
    font-weight: bold;
}
.tut {
    color: #8700ff;
    font-weight: bold;
}
.reading {
    color: #3333ff;
    font-weight: bold;
}
.assign {
    color: #33ffee;
    font-weight: bold;
}
.deadline {
    color: #ff0000;
    font-weight: bold;
}
.presenter {
    color: #0aa00a;
    font-weight: bold;
}
.date {
    color: #444444;
}
.due {
    background: #ffaaaa;
}
