table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#calendar table {
   margin-bottom: 8px;
}

td p {
    margin: 2px;
}

tr.odd {
    background: #eee;
}

tr.even {
    background: #fff;
}

#TOC ul {
    list-style: none;
    padding-left: 2px;
}

#nav-index {
    display: none;
}

.strikethrough {
    text-decoration: line-through;
}
