h2.schedule-header {
    margin:10px 0px;
    padding:5px 5px;
    font-weight:bold;

    color:#FF6666;

    text-align: center;
}

.schedule-content table {
    width: 100%;
    border: 1px solid #CCCCCC;
}

.schedule-content th {
    text-align: center;
    padding: 0 2px;
    line-height: 1.6;
    border: 1px solid #FFFFFF;

    color: #fff;
    background-color: #CC6699;

    font-weight: bold;
}

.schedule-content td.day,
.schedule-content td.week {
    text-align: center;
    padding: 0 2px;
    line-height: 1.6;
    border: 1px solid #CCCCCC;

    font-weight: normal;
    font-size: small;
}
.schedule-content td.summary {
    text-align: left;
    padding: 0 2px;
    line-height: 1.6;
    border: 1px solid #FFCCCC;

    font-weight: normal;
    font-size: small;
}
.schedule-content td.summary ul {
    margin: 0;
    margin-left: 16px;
    padding: 0;
}
.schedule-content td.summary ul li {
    list-style-type: square;
    margin: 0;
    padding: 0;
}
.schedule-content td.summary ul li span {
    font-size: 10px;
}

