html, body {
    font-family: "Open Sans", "Trebuchet MS", trebuchet, arial, sans-serif;
    font-size: 10pt;
    color: #000000;
    text-align: center;
    margin: 0;
    padding: 0;
}

th, td {
    font-size: 10pt;
}

div.container {
    width: 95%;
    min-height: 500px;
    height: 100%;
    text-align: left;
    color: #000000;
}

.intro {
    margin: 0 0 2em 0;
}

.intro p {
    margin: 0 0 1em 0;
}

.intro dl {
    margin: 0 0 1em 0;
}
.intro dt {
    width: 100px;
    float: left;
    font-weight: bold;
}
.intro dd {
    margin: 0.2em 0;
    margin-left: 100px;
}

.intro p.ical-link {
    color: #666;
}

a, a:visited {
    color: #900;   
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.schedule,
.archive {
    width: 100%;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
}

.schedule th,
.schedule td {
    padding: 2px 10px 4px 0;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #000;
}

.schedule td {
    border-bottom: 1px solid #ddd;
}

.archive th {
    border-bottom: 1px solid #666;
    color: #444;
}

.archive td {
    color: #444;
}

.schedule td i,
.archive td i {
    color: #888;
}

/* column widths */
.schedule .date {
    width: 75px;
}
.schedule .time {
    width: 37px;
}
.schedule .room {
    width: 67px;
}
.schedule .name {
    width: 140px;
}
.schedule .institute {
    width: 150px;
}

