/* Make the title of a right-column feature a little bigger than the default. */

.feature .top-middle p {
    font-size: 9px !important;
}


/* Adjust the margins and padding for a quotation in the left column. */

.pullquote {
    margin: 0;
    padding: 0;
}


/* Reformat as much as possible with style sheets the course grid from
   the scheduling system. */

.schedule font b {
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 22px;
    color: #93191B;
    padding: 0;
    margin: 5px 0 0 0;
    font-weight: normal;
}

.schedule table {
    border: 0;
    border-color: white;
    background-color: #fff;
    border-collapse: collapse;
}

.schedule td, .schedule th {
    text-align: center;
}


/* Deleted text should be in red and crossed through in the offerings. */

.offerings del {
    color: #f00;
    text-decoration: line-through;
}


/* This does nothing in this style sheet. */

.hiddenWhenPrinted {
}

